#include <gx_parameter.h>
|
| map< string, string > | groups |
| |
| map< string, bool > | used |
| |
|
| string | param_group (const string &group_id, bool nowarn) |
| |
Definition at line 47 of file gx_parameter.h.
◆ ParameterGroups()
| gx_engine::ParameterGroups::ParameterGroups |
( |
| ) |
|
◆ ~ParameterGroups()
| gx_engine::ParameterGroups::~ParameterGroups |
( |
| ) |
|
◆ dump()
| void gx_engine::ParameterGroups::dump |
( |
| ) |
|
◆ erase()
| void gx_engine::ParameterGroups::erase |
( |
const string & |
id | ) |
|
|
inline |
◆ get()
| string gx_engine::ParameterGroups::get |
( |
const string & |
id | ) |
|
|
inline |
◆ group_exist()
| bool gx_engine::ParameterGroups::group_exist |
( |
const string & |
id | ) |
|
◆ group_exists()
| void gx_engine::ParameterGroups::group_exists |
( |
const string & |
id | ) |
|
|
private |
◆ group_is_new()
| void gx_engine::ParameterGroups::group_is_new |
( |
const string & |
id | ) |
|
|
private |
◆ insert()
| void gx_engine::ParameterGroups::insert |
( |
const string & |
id, |
|
|
const string & |
group |
|
) |
| |
|
inline |
◆ operator[]()
| string gx_engine::ParameterGroups::operator[] |
( |
const string & |
id | ) |
|
|
inline |
◆ param_group
| string param_group |
( |
const string & |
group_id, |
|
|
bool |
nowarn |
|
) |
| |
|
friend |
◆ groups
| map<string, string> gx_engine::ParameterGroups::groups |
|
private |
◆ used
| map<string, bool> gx_engine::ParameterGroups::used |
|
private |
The documentation for this class was generated from the following file: