Properties class, which helps out with storeing or loading key value pairs from/to property files.
More...
#include <tdme/utilities/Properties.h>
Properties class, which helps out with storeing or loading key value pairs from/to property files.
- Author
- Andreas Drewke
Definition at line 22 of file Properties.h.
◆ Properties()
◆ clear()
◆ get()
const string & get |
( |
const string & |
key, |
|
|
const string & |
defaultValue |
|
) |
| const |
|
inline |
Get property value by key.
- Parameters
-
key | key |
defaultValue | default value |
- Returns
- value if found or default value
Definition at line 46 of file Properties.h.
◆ getProperties()
const map< string, string > & getProperties |
( |
| ) |
|
|
inline |
◆ load()
void load |
( |
const string & |
pathName, |
|
|
const string & |
fileName, |
|
|
FileSystemInterface * |
fileSystem = nullptr |
|
) |
| |
Load property file.
- Parameters
-
pathName | path name |
fileName | file name |
fileSystem | file system to use |
- Exceptions
-
Definition at line 26 of file Properties.cpp.
◆ put()
void put |
( |
const string & |
key, |
|
|
const string & |
value |
|
) |
| |
|
inline |
◆ store()
void store |
( |
const string & |
pathName, |
|
|
const string & |
fileName, |
|
|
FileSystemInterface * |
fileSystem = nullptr |
|
) |
| const |
Store property file.
- Parameters
-
pathName | path name |
fileName | file name |
fileSystem | file system to use |
- Exceptions
-
Definition at line 43 of file Properties.cpp.
◆ properties
map<string, string> properties |
|
private |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Properties.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Properties.cpp