#include <configfile.h>
Public Member Functions | |
ConfigFile () | |
Constructor. | |
std::string | config () |
Path to the Config module. | |
std::string | core () |
Path to the Core module. | |
std::string | display () |
Path to the Display module. | |
std::string | sound () |
Path to the Sound module. | |
std::string | tournament () |
Path to the Tournament module. | |
std::string | match () |
Path to the Match module. | |
std::string | game () |
Path to the Game module. | |
std::string | hand () |
Path to the Hand module. | |
std::list< PlayerInfo > | players () |
Players information. | |
Protected Member Functions | |
void | on_start_element (const std::string &name, const AttributeMap &attributes) |
|
Path to the Config module.
|
|
Path to the Core module.
|
|
Path to the Display module.
|
|
Path to the Game module.
|
|
Path to the Hand module.
|
|
Path to the Match module.
|
|
Players information.
|
|
Path to the Sound module.
|
|
Path to the Tournament module.
|