Image Component Library (ICL)
|
internal utility structure for contained data More...
#include <ConfigFile.h>
Public Member Functions | |
const std::string & | getTypeName () const |
optional restriction pointer More... | |
std::string | getRelID () const |
returns this entries id relatively to the parent ConfigFiles prefix More... | |
Public Attributes | |
std::string | id |
entries key (config.foo.bar....) More... | |
std::string | value |
entries value as string More... | |
std::string | rttiType |
entries rtti type ID More... | |
SmartPtr< KeyRestriction > | restr |
ConfigFile * | parent |
internal utility structure for contained data
|
inline |
returns this entries id relatively to the parent ConfigFiles prefix
|
inline |
optional restriction pointer
returns the written type name that is associated with rttiType internally
std::string icl::utils::ConfigFile::Entry::id |
entries key (config.foo.bar....)
ConfigFile* icl::utils::ConfigFile::Entry::parent |
SmartPtr<KeyRestriction> icl::utils::ConfigFile::Entry::restr |
std::string icl::utils::ConfigFile::Entry::rttiType |
entries rtti type ID
std::string icl::utils::ConfigFile::Entry::value |
entries value as string