Swarm-NG  1.1
swarmng.Config Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

def swarmng.Config.load (   filename)
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.


The documentation for this class was generated from the following file: