ARB
|
#include <ad_config.h>
Public Member Functions | |
GBT_config_item () | |
GBT_config_item (GBT_CONFIG_ITEM_TYPE type_, const char *name_) | |
~GBT_config_item () | |
void | append_to_config_string (GBS_strstruct &out) const |
Public Member Functions inherited from Noncopyable | |
Noncopyable () | |
Public Attributes | |
GBT_CONFIG_ITEM_TYPE | type |
char * | name |
Definition at line 82 of file ad_config.h.
|
inline |
Definition at line 86 of file ad_config.h.
|
inline |
Definition at line 87 of file ad_config.h.
|
inline |
Definition at line 88 of file ad_config.h.
void GBT_config_item::append_to_config_string | ( | GBS_strstruct & | out | ) | const |
Definition at line 189 of file ad_config.cxx.
References GBS_strstruct::cat(), CI_CLOSE_GROUP, CI_END_OF_CONFIG, CI_FOLDED_GROUP, CI_GROUP, CI_SAI, CI_SPECIES, CI_UNKNOWN, gb_assert, label, name, and type.
Referenced by GBT_commit_rename_session().
GBT_CONFIG_ITEM_TYPE GBT_config_item::type |
Definition at line 83 of file ad_config.h.
Referenced by append_to_config_string(), GBT_commit_rename_session(), AWT_configuration_selection::getConfigInfo(), GBT_config_parser::nextItem(), and nt_extract_configuration().
char* GBT_config_item::name |
Definition at line 84 of file ad_config.h.
Referenced by append_to_config_string(), GBT_commit_rename_session(), GBT_config_parser::nextItem(), and nt_extract_configuration().