Public Member Functions

IConfigSection Interface Reference

Inherited by CConfigSection.

List of all members.

Public Member Functions

string GetName ()
bool AddVar (string& var, string& val)
bool DeleteVar (string& var)
bool DeleteVar (string& var, bool caseSensitive)
IConfigVarGetVar (string& var)
IConfigVarGetVar (string& varname, bool caseSensitive)
void GetVars (array< string >& list)
bool SetVar (string& varname, string val)
bool VarExists (string& var)
bool VarExists (string& var, bool caseSensitive)

Member Function Documentation

string GetName (  ) 

Implemented in CConfigSection.

bool AddVar ( string var,
string val 
)

Implemented in CConfigSection.

bool DeleteVar ( string var  ) 

Implemented in CConfigSection.

bool DeleteVar ( string var,
bool  caseSensitive 
)

Implemented in CConfigSection.

IConfigVar@ GetVar ( string var  ) 

Implemented in CConfigSection.

IConfigVar@ GetVar ( string varname,
bool  caseSensitive 
)

Implemented in CConfigSection.

void GetVars ( array< string >&  list  ) 

Implemented in CConfigSection.

bool SetVar ( string varname,
string  val 
)

Implemented in CConfigSection.

bool VarExists ( string var  ) 

Implemented in CConfigSection.

bool VarExists ( string var,
bool  caseSensitive 
)

Implemented in CConfigSection.