simulavr  1.1.0
string2.cpp File Reference
#include <errno.h>
#include <stdlib.h>
#include <limits.h>
#include "string2_template.h"

Go to the source code of this file.

Macros

#define STRING_TO_TYPE   unsigned char
 
#define STRING_TO_NAME   StringToUnsignedChar
 
#define STRING_TO_METHOD   strtoul
 
#define STRING_TO_MAX   255
 
#define STRING_TO_TYPE   unsigned long int
 
#define STRING_TO_NAME   StringToUnsignedLong
 
#define STRING_TO_METHOD   strtoul
 
#define STRING_TO_MAX   ULONG_MAX
 
#define STRING_TO_TYPE   unsigned long long
 
#define STRING_TO_NAME   StringToUnsignedLongLong
 
#define STRING_TO_METHOD   strtoull
 
#define STRING_TO_MAX   ULLONG_MAX
 

Macro Definition Documentation

◆ STRING_TO_MAX [1/3]

#define STRING_TO_MAX   255

Definition at line 74 of file string2.cpp.

Referenced by STRING_TO_NAME().

◆ STRING_TO_MAX [2/3]

#define STRING_TO_MAX   ULONG_MAX

Definition at line 74 of file string2.cpp.

◆ STRING_TO_MAX [3/3]

#define STRING_TO_MAX   ULLONG_MAX

Definition at line 74 of file string2.cpp.

◆ STRING_TO_METHOD [1/3]

#define STRING_TO_METHOD   strtoul

Definition at line 73 of file string2.cpp.

Referenced by STRING_TO_NAME().

◆ STRING_TO_METHOD [2/3]

#define STRING_TO_METHOD   strtoul

Definition at line 73 of file string2.cpp.

◆ STRING_TO_METHOD [3/3]

#define STRING_TO_METHOD   strtoull

Definition at line 73 of file string2.cpp.

◆ STRING_TO_NAME [1/3]

#define STRING_TO_NAME   StringToUnsignedChar

Definition at line 72 of file string2.cpp.

◆ STRING_TO_NAME [2/3]

#define STRING_TO_NAME   StringToUnsignedLong

Definition at line 72 of file string2.cpp.

◆ STRING_TO_NAME [3/3]

#define STRING_TO_NAME   StringToUnsignedLongLong

Definition at line 72 of file string2.cpp.

◆ STRING_TO_TYPE [1/3]

#define STRING_TO_TYPE   unsigned char

Definition at line 71 of file string2.cpp.

Referenced by STRING_TO_NAME().

◆ STRING_TO_TYPE [2/3]

#define STRING_TO_TYPE   unsigned long int

Definition at line 71 of file string2.cpp.

◆ STRING_TO_TYPE [3/3]

#define STRING_TO_TYPE   unsigned long long

Definition at line 71 of file string2.cpp.