#include <IniFile.h>
Inheritance diagram for IniEntry:

Public Member Functions | |
| IniEntry () | |
| IniEntry (const char *u) | |
| const char * | getValue () const |
| void | setValue (const string &c) |
| void | initValue (const string &c) |
| void | initReadBy (const int r) |
| void | init (const string &n, const string &c, int rb, const string &v) |
| YCPMap | getAllDoIt () |
| int | setAllDoIt (const YCPMap &in) |
Private Attributes | |
| string | val |
| IniEntry::IniEntry | ( | ) | [inline] |
| IniEntry::IniEntry | ( | const char * | u | ) | [inline] |
explicit uninitialized constructor
| const char* IniEntry::getValue | ( | ) | const [inline] |
| void IniEntry::setValue | ( | const string & | c | ) | [inline] |
| void IniEntry::initValue | ( | const string & | c | ) | [inline] |
changes value only if not dirty
| void IniEntry::initReadBy | ( | const int | r | ) | [inline] |
changes value only if not dirty
Reimplemented from IniBase.
| void IniEntry::init | ( | const string & | n, | |
| const string & | c, | |||
| int | rb, | |||
| const string & | v | |||
| ) | [inline] |
changes values only if not dirty
| YCPMap IniEntry::getAllDoIt | ( | ) | [inline, virtual] |
Constructs a map of the fields, for Read (.all...)
Reimplemented from IniBase.
string IniEntry::val [private] |
value
1.5.0