#include <errno.h>
#include <stdlib.h>
#include <limits.h>
#include "string2_template.h"
#include "string2_template.h"
Go to the source code of this file.
Defines | |
#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 long int |
#define | STRING_TO_NAME StringToLong |
#define | STRING_TO_METHOD strtol |
#define | STRING_TO_MIN LONG_MIN |
#define | STRING_TO_MAX LONG_MAX |
#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 long long |
#define | STRING_TO_NAME StringToLongLong |
#define | STRING_TO_METHOD strtoll |
#define | STRING_TO_MIN LLONG_MIN |
#define | STRING_TO_MAX LLONG_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 ULLONG_MAX |
Definition at line 104 of file string2.cpp.
#define STRING_TO_MAX LLONG_MAX |
Definition at line 104 of file string2.cpp.
#define STRING_TO_MAX ULONG_MAX |
Definition at line 104 of file string2.cpp.
#define STRING_TO_MAX LONG_MAX |
Definition at line 104 of file string2.cpp.
#define STRING_TO_MAX 255 |
Definition at line 104 of file string2.cpp.
Referenced by STRING_TO_NAME().
#define STRING_TO_METHOD strtoull |
Definition at line 103 of file string2.cpp.
#define STRING_TO_METHOD strtoll |
Definition at line 103 of file string2.cpp.
#define STRING_TO_METHOD strtoul |
Definition at line 103 of file string2.cpp.
#define STRING_TO_METHOD strtol |
Definition at line 103 of file string2.cpp.
#define STRING_TO_METHOD strtoul |
Definition at line 103 of file string2.cpp.
Referenced by STRING_TO_NAME().
#define STRING_TO_MIN LLONG_MIN |
Definition at line 89 of file string2.cpp.
#define STRING_TO_MIN LONG_MIN |
Definition at line 89 of file string2.cpp.
Referenced by STRING_TO_NAME().
#define STRING_TO_NAME StringToUnsignedLongLong |
Definition at line 102 of file string2.cpp.
#define STRING_TO_NAME StringToLongLong |
Definition at line 102 of file string2.cpp.
#define STRING_TO_NAME StringToUnsignedLong |
Definition at line 102 of file string2.cpp.
#define STRING_TO_NAME StringToLong |
Definition at line 102 of file string2.cpp.
#define STRING_TO_NAME StringToUnsignedChar |
Definition at line 102 of file string2.cpp.
#define STRING_TO_TYPE unsigned long long |
Definition at line 101 of file string2.cpp.
#define STRING_TO_TYPE long long |
Definition at line 101 of file string2.cpp.
#define STRING_TO_TYPE unsigned long int |
Definition at line 101 of file string2.cpp.
#define STRING_TO_TYPE long int |
Definition at line 101 of file string2.cpp.
#define STRING_TO_TYPE unsigned char |
Definition at line 101 of file string2.cpp.
Referenced by STRING_TO_NAME().