#include <default.h>
Inheritance diagram for dmn::ConfigDefault:
Public Member Functions | |
ConfigDefault () | |
Constructor. | |
bool | configure (int argc, char *argv[]) |
Make the configuration. | |
std::string | config () |
Path to the module config to load. | |
std::string | core (const std::string &default_option) |
Path to the module core to load. | |
std::string | display (const std::string &default_option) |
Path to the module display to load. | |
std::string | sound (const std::string &default_option) |
Path to the module sound to load. | |
std::string | tournament (const std::string &default_option) |
Path to the module tournament to load. | |
std::string | match (const std::string &default_option) |
Path to the module match to load. | |
std::string | game (const std::string &default_option) |
Path to the module game to load. | |
std::string | hand (const std::string &default_option) |
Path to the module hand to load. | |
std::list< dmn::PlayerInfo > | teams (const std::list< PlayerInfo > default_option) |
List of teams in Config_team_t structures. |
This module is loaded by Core by default. Then, this module return the modules to load (even other config module). This module reads a configuration file named "dmnrc".
|
Path to the module config to load.
Implements dmn::Config. |
|
Make the configuration.
Implements dmn::Config. |
|
Path to the module core to load.
Implements dmn::Config. |
|
Path to the module display to load.
Implements dmn::Config. |
|
Path to the module game to load.
Implements dmn::Config. |
|
Path to the module hand to load.
Implements dmn::Config. |
|
Path to the module match to load.
Implements dmn::Config. |
|
Path to the module sound to load.
Implements dmn::Config. |
|
List of teams in Config_team_t structures.
Implements dmn::Config. |
|
Path to the module tournament to load.
Implements dmn::Config. |