A class to hold the variables defined in the Akenti configuration file
![]() | Properties () Constructor |
![]() | ~Properties () Destructor |
![]() | load (const string& filename) Reads and parses the configuration file |
![]() | getValue (const string& key) const Returns the value for a keyword |
![]() | getValue (const string& key, const string& defaultValue) const Returns the value or a default value for a keyword |
![]() | getValue (const pair Returns the value corresponding to a key that consists of two string objects |
![]() | getValue (const pair Returns the value corresponding to a key that consists of two string objects |
![]() | paramString () const Returns the contents of the Properties table |
![]() | getSystemProperties () Returns the system wide Properties object |
A class to hold the variables defined in the Akenti configuration file. There is a static Properties object that can be accessed by the GetSystemProperties method. It is initialized by the load method when the Akenti code is first entered. Subsequently any piece of code can do a GetSystemProperties call to get a reference to the resulting map object and then do getValue calls to find the value for any key word.
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