#include <ConfigInfo.hpp>
Public Attributes | |
| Uint32 | _paramId |
| const char * | _fname |
| const char * | _section |
| const char * | _description |
| Status | _status |
| bool | _updateable |
| Type | _type |
| const char * | _default |
| const char * | _min |
| const char * | _max |
Definition at line 51 of file ConfigInfo.hpp.
| const char* ConfigInfo::ParamInfo::_default |
Definition at line 59 of file ConfigInfo.hpp.
| const char* ConfigInfo::ParamInfo::_description |
Definition at line 55 of file ConfigInfo.hpp.
| const char* ConfigInfo::ParamInfo::_fname |
Definition at line 53 of file ConfigInfo.hpp.
Referenced by ConfigInfo::ConfigInfo(), and InitConfigFileParser::parse_mycnf().
| const char* ConfigInfo::ParamInfo::_max |
Definition at line 61 of file ConfigInfo.hpp.
| const char* ConfigInfo::ParamInfo::_min |
Definition at line 60 of file ConfigInfo.hpp.
Definition at line 52 of file ConfigInfo.hpp.
| const char* ConfigInfo::ParamInfo::_section |
Definition at line 54 of file ConfigInfo.hpp.
Referenced by ConfigInfo::ConfigInfo(), and InitConfigFileParser::parse_mycnf().
Definition at line 56 of file ConfigInfo.hpp.
Definition at line 57 of file ConfigInfo.hpp.
1.4.7

