#include "GetPot.hpp"
Go to the source code of this file.
Classes | |
| class | TypeInfo< T > |
| class | TypeInfo< bool > |
| class | TypeInfo< const char * > |
| class | TypeInfo< int > |
| class | TypeInfo< std::string > |
| class | TypeInfo< unsigned int > |
| class | TypeInfo< char > |
| class | TypeInfo< unsigned char > |
| class | TypeInfo< short > |
| class | TypeInfo< unsigned short > |
| class | TypeInfo< long > |
| class | TypeInfo< unsigned long > |
| class | TypeInfo< double > |
| class | TypeInfo< float > |
Macros | |
| #define | __INCLUDE_GUARD_GETPOT_CPP__ |
| #define | GETPOT_STRTOK(a, b, c) strtok(a, b) |
| #define | GETPOT_SNPRINTF(STR, SIZE, FORMAT_STR, ...) snprintf(tmp, (int)SIZE, FORMAT_STR, __VA_ARGS__) |
| #define | __GETPOT_INLINE /*empty*/ |
| #define | victorate(TYPE, VARIABLE, ITERATOR) |
| class TypeInfo |
Definition at line 65 of file GetPot.cpp.
| #define __GETPOT_INLINE /*empty*/ |
Definition at line 50 of file GetPot.cpp.
| #define __INCLUDE_GUARD_GETPOT_CPP__ |
Definition at line 29 of file GetPot.cpp.
| #define GETPOT_SNPRINTF | ( | STR, | |
| SIZE, | |||
| FORMAT_STR, | |||
| ... | |||
| ) | snprintf(tmp, (int)SIZE, FORMAT_STR, __VA_ARGS__) |
Definition at line 43 of file GetPot.cpp.
| #define GETPOT_STRTOK | ( | a, | |
| b, | |||
| c | |||
| ) | strtok(a, b) |
Definition at line 36 of file GetPot.cpp.
| #define victorate | ( | TYPE, | |
| VARIABLE, | |||
| ITERATOR | |||
| ) |
Definition at line 61 of file GetPot.cpp.
1.8.13