simulavr
1.1.0
|
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 |
#define STRING_TO_MAX 255 |
Definition at line 74 of file string2.cpp.
Referenced by STRING_TO_NAME().
#define STRING_TO_MAX ULONG_MAX |
Definition at line 74 of file string2.cpp.
#define STRING_TO_MAX ULLONG_MAX |
Definition at line 74 of file string2.cpp.
#define STRING_TO_METHOD strtoul |
Definition at line 73 of file string2.cpp.
Referenced by STRING_TO_NAME().
#define STRING_TO_METHOD strtoul |
Definition at line 73 of file string2.cpp.
#define STRING_TO_METHOD strtoull |
Definition at line 73 of file string2.cpp.
#define STRING_TO_NAME StringToUnsignedChar |
Definition at line 72 of file string2.cpp.
#define STRING_TO_NAME StringToUnsignedLong |
Definition at line 72 of file string2.cpp.
#define STRING_TO_NAME StringToUnsignedLongLong |
Definition at line 72 of file string2.cpp.
#define STRING_TO_TYPE unsigned char |
Definition at line 71 of file string2.cpp.
Referenced by STRING_TO_NAME().
#define STRING_TO_TYPE unsigned long int |
Definition at line 71 of file string2.cpp.
#define STRING_TO_TYPE unsigned long long |
Definition at line 71 of file string2.cpp.