Go to the source code of this file.
Namespaces | |
namespace | toolbox |
Defines | |
#define | _CF_TOKENTYPE_CLOSING 2 |
#define | _CF_TOKENTYPE_IGNORE 4 |
#define | _CF_TOKENTYPE_OPENING 1 |
#define | _CF_TOKENTYPE_PLAIN 3 |
#define | CF_SWBUFFERINCREASE 512 |
The string writer buffer increase amount if it is full. | |
#define | CF_TBOOL 1 |
The ConfigParameter is a boolean. | |
#define | CF_TDOUBLE 2 |
The ConfigParameter is a double precision float. | |
#define | CF_TLONG 3 |
The ConfigParameter is a long integer. | |
#define | CF_TNONE 0 |
The ConfigParameter is not yet assigned. | |
#define | CF_TSTRING 4 |
The ConfigParameter is a string. |
|
|
|
|
|
|
|
|
|
The string writer buffer increase amount if it is full. This constant is internally used. |
|
The ConfigParameter is a boolean. This constant is internally used. |
|
The ConfigParameter is a double precision float. This constant is internally used. |
|
The ConfigParameter is a long integer. This constant is internally used. |
|
The ConfigParameter is not yet assigned. This constant is internally used. |
|
The ConfigParameter is a string. This constant is internally used. |