HermesCommon  2.0
Hermes::Api Class Reference

API Class containing settings for the whole HermesCommon. More...

#include <api.h>

Classes

class  Parameter
 

Public Member Functions

int get_integral_param_value (HermesCommonApiParam)
 
void set_integral_param_value (HermesCommonApiParam, int value)
 

Protected Attributes

std::map< HermesCommonApiParam,
Parameter * > 
parameters
 

Detailed Description

API Class containing settings for the whole HermesCommon.

Definition at line 38 of file api.h.

Member Data Documentation

std::map<HermesCommonApiParam, Parameter*> Hermes::Api::parameters
protected

The storage of parameters. This storage is not optimized for speed, but for comfort of users. There should not be any parameters, values of which are sought very often, because of the above reason.

Definition at line 59 of file api.h.


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