ReXio
 All Classes Namespaces Functions Variables Friends
Parameters Class Reference

#include <parameters.hpp>

Public Member Functions

 Parameters ()
 
 ~Parameters ()
 
void Get (const std::string &, int &)
 
void Get (const std::string &, float &)
 
void Get (const std::string &, std::string &)
 
void Get (const std::string &, std::vector< float > &)
 
void Set (const std::string &, const int &)
 
void Set (const std::string &, const float &)
 
void Set (const std::string &, const std::string &)
 
void Set (const std::string &, const std::vector< float > &)
 
void Put (const std::string &, const int &)
 
void Put (const std::string &, const float &)
 
void Put (const std::string &, const std::string &)
 
void Put (const std::string &, const std::vector< float > &)
 
void Put (const std::string &s, const double &d)
 

Constructor & Destructor Documentation

Parameters::Parameters ( )
inline
Parameters::~Parameters ( )
inline

Member Function Documentation

void Parameters::Get ( const std::string &  key,
int &  i 
)

Here is the caller graph for this function:

void Parameters::Get ( const std::string &  key,
float &  f 
)
void Parameters::Get ( const std::string &  key,
std::string &  s 
)
void Parameters::Get ( const std::string &  key,
std::vector< float > &  v 
)
void Parameters::Put ( const std::string &  key,
const int &  value 
)

Here is the caller graph for this function:

void Parameters::Put ( const std::string &  key,
const float &  value 
)
void Parameters::Put ( const std::string &  key,
const std::string &  value 
)
void Parameters::Put ( const std::string &  key,
const std::vector< float > &  value 
)
void Parameters::Put ( const std::string &  s,
const double &  d 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

void Parameters::Set ( const std::string &  key,
const int &  value 
)

Here is the caller graph for this function:

void Parameters::Set ( const std::string &  key,
const float &  value 
)
void Parameters::Set ( const std::string &  key,
const std::string &  value 
)
void Parameters::Set ( const std::string &  key,
const std::vector< float > &  value 
)

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