#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) | |
INLINE SymbolEnt & | operator= (const SymbolEnt &) |
INLINE bool | operator== (const SymbolEnt &other) const |
INLINE bool | operator!= (const SymbolEnt &other) const |
INLINE bool | operator< (const SymbolEnt &other) const |
INLINE ConfigString | Src (void) const |
INLINE ConfigString | Val (void) const |
INLINE SymbolEntSrc | SrcTok (void) const |
INLINE bool | State (void) const |
Private Attributes | |
ConfigString | _src |
ConfigString | _val |
bool | _state |
enum SymbolEntSrc | _srctok |
|
Definition at line 31 of file symbolEnt.h. |
|
Definition at line 39 of file symbolEnt.h. |
|
Definition at line 40 of file symbolEnt.h. |
|
Definition at line 43 of file symbolEnt.h. References c. |
|
Definition at line 104 of file symbolEnt.h. |
|
Definition at line 109 of file symbolEnt.h. |
|
Definition at line 90 of file symbolEnt.h. |
|
Definition at line 99 of file symbolEnt.h. |
|
Definition at line 113 of file symbolEnt.h. |
|
Definition at line 121 of file symbolEnt.h. |
|
Definition at line 125 of file symbolEnt.h. |
|
Definition at line 117 of file symbolEnt.h. |
|
Definition at line 34 of file symbolEnt.h. |
|
Definition at line 37 of file symbolEnt.h. |
|
Definition at line 36 of file symbolEnt.h. |
|
Definition at line 35 of file symbolEnt.h. |