The Properties class holds a set of named properties
![]() | Properties () Constructs this object |
![]() | ~Properties () Destroys this object |
![]() | load (const string& filename) Reads a property list (key and element pairs) from a file |
![]() | load (istream& is) Reads a property list (key and element pairs) from an input stream |
![]() | setValue (const string& key, const string& value) |
![]() | getValue (const string& key, const string& defaultValue = "") const Searches for the property with the specified key in this property list |
![]() | setValue (const pair |
![]() | getValue (const pair |
![]() | getKeys () const |
![]() | getKeyPairs () const |
![]() | paramString () const Returns the contents of the Properties table |
![]() | getSystemProperties () |
The Properties class holds a set of named properties. The Properties can be saved to a stream or loaded from a stream. Each key and its corresponding value in the property list is a string.
~Properties()
void load(const string& filename)
void load(istream& is)
string setValue(const string& key, const string& value)
const string& getValue(const string& key, const string& defaultValue = "") const
string setValue(const pair
const string& getValue(const pair
vector
vector < pair
string paramString() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de