Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

dmn::ConfigFile Class Reference

Parse a configuration file in XML format. More...

#include <configfile.h>

List of all members.

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< PlayerInfoplayers ()
 Players information.


Protected Member Functions

void on_start_element (const std::string &name, const AttributeMap &attributes)


Detailed Description

Parse a configuration file in XML format.


Member Function Documentation

std::string dmn::ConfigFile::config  ) 
 

Path to the Config module.

Returns:
the path to the module

std::string dmn::ConfigFile::core  ) 
 

Path to the Core module.

Returns:
the path to the module

std::string dmn::ConfigFile::display  ) 
 

Path to the Display module.

Returns:
the path to the module

std::string dmn::ConfigFile::game  ) 
 

Path to the Game module.

Returns:
the path to the module

std::string dmn::ConfigFile::hand  ) 
 

Path to the Hand module.

Returns:
the path to the module

std::string dmn::ConfigFile::match  ) 
 

Path to the Match module.

Returns:
the path to the module

std::list<PlayerInfo> dmn::ConfigFile::players  ) 
 

Players information.

Returns:
a list of PlayerInfo with all the players

std::string dmn::ConfigFile::sound  ) 
 

Path to the Sound module.

Returns:
the path to the module

std::string dmn::ConfigFile::tournament  ) 
 

Path to the Tournament module.

Returns:
the path to the module


The documentation for this class was generated from the following file:
Generated on Fri Dec 26 22:54:06 2003 for dmn by doxygen 1.3.4