Swarm-NG
1.1
|
Specialization of std::map to hold all our configuration attributes. More...
Static Public Member Functions | |
def | load |
Load a Config object from a file name. More... | |
Specialization of std::map to hold all our configuration attributes.
To construct an object of this type easily refer to config
For a complete list of configuration options used in Swarm refer to Configuration Files
Definition at line 80 of file __init__.doc.py.
|
static |
Load a Config object from a file name.
filename
: path to a text file in swarm config format. The file format is similar to INI format. Definition at line 86 of file __init__.doc.py.