#include <symbolEnt.h>
Public Types | |
enum | SymbolEntSrc { ConfigFile, Environment, CommandEnv, Commandline, Other, Invalid } |
Public Member Functions | |
SymbolEnt () | |
SymbolEnt (enum SymbolEntSrc tok, const ConfigString &val, const ConfigString &src="", bool state=false) | |
SymbolEnt (const SymbolEnt &c) | |
SymbolEnt & | operator= (const SymbolEnt &) |
bool | operator== (const SymbolEnt &other) const |
bool | operator!= (const SymbolEnt &other) const |
bool | operator< (const SymbolEnt &other) const |
ConfigString | Src (void) const |
ConfigString | Val (void) const |
SymbolEntSrc | SrcTok (void) const |
bool | State (void) const |
Private Attributes | |
ConfigString | _src |
ConfigString | _val |
bool | _state |
enum SymbolEntSrc | _srctok |
|
Definition at line 34 of file symbolEnt.h. |
|
Definition at line 42 of file symbolEnt.h. |
|
Definition at line 43 of file symbolEnt.h. |
|
Definition at line 46 of file symbolEnt.h. References ConfigString, and INLINE. |
|
Definition at line 110 of file symbolEnt.h. |
|
Definition at line 115 of file symbolEnt.h. |
|
Definition at line 96 of file symbolEnt.h. |
|
Definition at line 105 of file symbolEnt.h. |
|
Definition at line 119 of file symbolEnt.h. |
|
Definition at line 127 of file symbolEnt.h. |
|
Definition at line 131 of file symbolEnt.h. |
|
Definition at line 123 of file symbolEnt.h. |
|
Definition at line 37 of file symbolEnt.h. |
|
Definition at line 40 of file symbolEnt.h. |
|
Definition at line 39 of file symbolEnt.h. |
|
Definition at line 38 of file symbolEnt.h. |