LoveBrains  1.0.0
Public Member Functions | List of all members
App::ConfigManager Class Reference

Manage the configuration of the simulator and the engines. More...

#include <config_manager.h>

Public Member Functions

 ConfigManager (void)
 Constructor.
 
 ~ConfigManager (void)
 Destructor.
 
Simulator::SConfig const & getConfiguration (void) const
 Get the configuration object of class "SConfig". More...
 
void getConfigFromFile (const char *path)
 Get the configuration of the simulator from a file. More...
 

Detailed Description

Manage the configuration of the simulator and the engines.

Member Function Documentation

void App::ConfigManager::getConfigFromFile ( const char *  path)

Get the configuration of the simulator from a file.

Parameters
path: the path to the configuration file.
Simulator::SConfig const & App::ConfigManager::getConfiguration ( void  ) const

Get the configuration object of class "SConfig".

Returns
Simulator::SConfig const&

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