| AddComment(const char *pComment) | Burger::FileINI::Section | |
| AddEntry(const char *pKey, const char *pValue) | Burger::FileINI::Section | |
| eType enum name | Burger::FileINI::Generic | |
| FindEntry(const char *pKey) const | Burger::FileINI::Section | |
| FindEntry(const char *pKey, uint_t bAlwaysCreate) | Burger::FileINI::Section | |
| g_StaticRTTI | Burger::Base | static |
| Generic(const Generic &)=delete | Burger::FileINI::Generic | private |
| Generic(Generic &&)=delete | Burger::FileINI::Generic | private |
| Generic(eType uType) | Burger::FileINI::Generic | |
| get_class_name(void) const noexcept | Burger::Base | inline |
| get_StaticRTTI(void) const noexcept | Burger::Base | virtual |
| GetBoolean(const char *pKey, uint_t bDefault) const | Burger::FileINI::Section | |
| GetDouble(const char *pKey, double dDefault, double dMin, double dMax) const | Burger::FileINI::Section | |
| GetFloat(const char *pKey, float fDefault, float fMin, float fMax) const | Burger::FileINI::Section | |
| GetInt(const char *pKey, int_t iDefault, int_t iMin=INT32_MIN, int_t iMax=INT32_MAX) const | Burger::FileINI::Section | |
| GetName(void) const | Burger::FileINI::Section | inline |
| GetNext(void) const | Burger::FileINI::Generic | inline |
| GetPrevious(void) const | Burger::FileINI::Generic | inline |
| GetString(String *pOutput, const char *pKey, const char *pDefault) const | Burger::FileINI::Section | |
| GetType(void) const | Burger::FileINI::Generic | inline |
| GetValue(const char *pKey) const | Burger::FileINI::Section | |
| GetWord(const char *pKey, uint_t uDefault, uint_t uMin=0, uint_t uMax=UINT32_MAX) const | Burger::FileINI::Section | |
| InsertAfter(Generic *pGeneric) | Burger::FileINI::Generic | inline |
| InsertBefore(Generic *pGeneric) | Burger::FileINI::Generic | inline |
| LINEENTRY_COMMENT enum value | Burger::FileINI::Generic | |
| LINEENTRY_ENTRY enum value | Burger::FileINI::Generic | |
| LINEENTRY_ROOT enum value | Burger::FileINI::Generic | |
| LINEENTRY_SECTION enum value | Burger::FileINI::Generic | |
| m_eType | Burger::FileINI::Generic | private |
| m_Link | Burger::FileINI::Generic | private |
| m_Root | Burger::FileINI::Section | private |
| m_SectionName | Burger::FileINI::Section | private |
| new_object(void) | Burger::FileINI::Section | static |
| new_object(const char *pSection) | Burger::FileINI::Section | static |
| operator=(const Generic &)=delete | Burger::FileINI::Generic | private |
| operator=(Generic &&)=delete | Burger::FileINI::Generic | private |
| Save(OutputMemoryStream *pOutput) const | Burger::FileINI::Section | |
| Section() | Burger::FileINI::Section | |
| Section(const char *pSection) | Burger::FileINI::Section | |
| SetBoolean(const char *pKey, uint_t bValue) | Burger::FileINI::Section | |
| SetDouble(const char *pKey, double dValue) | Burger::FileINI::Section | |
| SetFloat(const char *pKey, float fValue) | Burger::FileINI::Section | |
| SetInt(const char *pKey, int_t iValue) | Burger::FileINI::Section | |
| SetName(const char *pInput) | Burger::FileINI::Section | inline |
| SetName(const String *pInput) | Burger::FileINI::Section | inline |
| SetString(const char *pKey, const char *pValue) | Burger::FileINI::Section | |
| SetValue(const char *pKey, const char *pInput) | Burger::FileINI::Section | |
| SetValue(const char *pKey, const String *pInput) | Burger::FileINI::Section | |
| SetWord(const char *pKey, uint_t uValue) | Burger::FileINI::Section | |
| SetWordHex(const char *pKey, uint_t uValue) | Burger::FileINI::Section | |
| ~Base() noexcept=default | Burger::Base | virtual |
| ~Generic() | Burger::FileINI::Generic | virtual |
| ~Section() | Burger::FileINI::Section | virtual |