cbp2make
Makefile generation tool for Code::Blocks IDE
|
#include "stlconvert.h"
Go to the source code of this file.
Classes | |
class | CVariable |
class | CIntegerVariable |
class | CFloatVariable |
class | CBooleanVariable |
class | CStringVariable |
class | CCharVariable |
Variables | |
const int | VARIABLE_TYPE_NONE = 0 |
const int | VARIABLE_TYPE_INTEGER = 1 |
const int | VARIABLE_TYPE_FLOAT = 2 |
const int | VARIABLE_TYPE_BOOLEAN = 1 |
const int | VARIABLE_TYPE_STRING = 4 |
const int | VARIABLE_TYPE_CHAR = 5 |
const int | VARIABLE_TYPE_COUNT = 6 |
const int VARIABLE_TYPE_BOOLEAN = 1 |
const int VARIABLE_TYPE_CHAR = 5 |
const int VARIABLE_TYPE_COUNT = 6 |
const int VARIABLE_TYPE_FLOAT = 2 |
const int VARIABLE_TYPE_INTEGER = 1 |
const int VARIABLE_TYPE_NONE = 0 |
const int VARIABLE_TYPE_STRING = 4 |