ReXio
 All Classes Namespaces Functions Variables Friends
Controler Class Reference

#include <controler.hpp>

Collaboration diagram for Controler:

Public Member Functions

 Controler ()
 
 ~Controler ()
 
void SaveModel ()
 
void LoadModel ()
 
void RunModel ()
 
template<typename T >
void Put (const std::string &name, const T &value)
 
template<typename T >
void Get (const std::string &name, T &value)
 
template<typename T >
void Set (const std::string &name, const T &value)
 

Protected Attributes

Parameters _mp
 

Friends

void ReadControler::GetParameters (Controler *)
 

Constructor & Destructor Documentation

Controler::Controler ( )

Here is the call graph for this function:

Controler::~Controler ( )
inline

Member Function Documentation

template<typename T >
void Controler::Get ( const std::string &  name,
T &  value 
)
inline

Here is the call graph for this function:

void Controler::LoadModel ( )

Here is the call graph for this function:

template<typename T >
void Controler::Put ( const std::string &  name,
const T &  value 
)
inline

Here is the call graph for this function:

void Controler::RunModel ( )

Here is the call graph for this function:

void Controler::SaveModel ( )

Here is the call graph for this function:

template<typename T >
void Controler::Set ( const std::string &  name,
const T &  value 
)
inline

Here is the call graph for this function:

Friends And Related Function Documentation

Member Data Documentation

Parameters Controler::_mp
protected

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