|
EasyLocalpp
3.0
|
#include <cstdio>#include <iostream>#include <fstream>#include <map>#include <string.h>#include "easylocal/utils/Definitions.h"

Go to the source code of this file.
Classes | |
| struct | boolParam |
| struct | ShortintParam |
| struct | IntParam |
| struct | LongintParam |
| struct | RealParam |
| struct | CharParam |
| struct | StringParam |
| struct | Param |
| struct | strCmp |
| class | Parameters |
Typedefs | |
| typedef enum ParamType | PARAMTYPE |
| typedef struct Param | PARAM |
| typedef struct ParamData | PARAMDATA |
| typedef struct boolParam | BOOLPARAM |
| typedef struct ShortintParam | SHORTINTPARAM |
| typedef struct IntParam | INTPARAM |
| typedef struct LongintParam | LONGINTPARAM |
| typedef struct RealParam | REALPARAM |
| typedef struct CharParam | CHARPARAM |
| typedef struct StringParam | STRINGPARAM |
Enumerations | |
| enum | ParamType { PARAMTYPE_BOOL = 0, PARAMTYPE_INT = 1, PARAMTYPE_LONGINT = 2, PARAMTYPE_REAL = 3, PARAMTYPE_CHAR = 4, PARAMTYPE_STRING = 5, PARAMTYPE_SHORTINT = 6 } |
Definition at line 55 of file Parameters.h.
Definition at line 105 of file Parameters.h.
Definition at line 76 of file Parameters.h.
| typedef struct LongintParam LONGINTPARAM |
Definition at line 86 of file Parameters.h.
single parameter
Definition at line 34 of file Parameters.h.
| typedef struct ParamData PARAMDATA |
locally defined parameter specific data
Definition at line 35 of file Parameters.h.
Definition at line 32 of file Parameters.h.
Definition at line 96 of file Parameters.h.
| typedef struct ShortintParam SHORTINTPARAM |
Definition at line 65 of file Parameters.h.
| typedef struct StringParam STRINGPARAM |
Definition at line 113 of file Parameters.h.
| enum ParamType |
set of parameters possible parameter types
Definition at line 22 of file Parameters.h.