#include <kernel_types.h>#include <Properties.hpp>#include <ndb_limits.h>#include <NdbOut.hpp>#include "InitConfigFileParser.hpp"Include dependency graph for ConfigInfo.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ConfigInfo |
| Metainformation about ALL cluster configuration parameters. More... | |
| struct | ConfigInfo::ParamInfo |
| struct | ConfigInfo::AliasPair |
| struct | ConfigInfo::SectionRule |
| struct | ConfigInfo::ConfigRuleSection |
| struct | ConfigInfo::ConfigRule |
Variables | |
| static const char * | MANDATORY = (char*)~(UintPtr)0 |
| static const char * | UNDEFINED = 0 |
const char* MANDATORY = (char*)~(UintPtr)0 [static] |
A MANDATORY parameters must be specified in the config file An UNDEFINED parameter may or may not be specified in the config file
Definition at line 30 of file ConfigInfo.hpp.
Referenced by ConfigInfo::ConfigInfo(), and ConfigInfo::print().
const char* UNDEFINED = 0 [static] |
Definition at line 31 of file ConfigInfo.hpp.
1.4.7

