This is the complete list of members for StdCompilerINIWrite, including all inherited members.
| Begin() override | StdCompilerINIWrite | virtual |
| BeginSecond() | StdCompiler | inlinevirtual |
| Boolean(bool &rBool) override | StdCompilerINIWrite | virtual |
| Buf | StdCompilerINIWrite | protected |
| Byte(int8_t &rByte) override | StdCompilerINIWrite | virtual |
| Byte(uint8_t &rByte) override | StdCompilerINIWrite | virtual |
| Character(char &rChar) override | StdCompilerINIWrite | virtual |
| Compile(T &&rStruct) | StdCompiler | inline |
| Decompile(const T &rStruct) | StdCompiler | inline |
| Default(const char *szName) | StdCompiler | inlinevirtual |
| DoCompilation(T &rStruct) | StdCompiler | inlineprotected |
| DWord(int32_t &rInt) override | StdCompilerINIWrite | virtual |
| DWord(uint32_t &rInt) override | StdCompilerINIWrite | virtual |
| End() override | StdCompilerINIWrite | virtual |
| excCorrupt(const char *szMessage,...) | StdCompiler | inline |
| excEOF(const char *szMessage="EOF",...) | StdCompiler | inline |
| excNotFound(const char *szMessage,...) | StdCompiler | inline |
| fInSection | StdCompilerINIWrite | protected |
| FollowName(const char *szName) | StdCompiler | inlinevirtual |
| fPutName | StdCompilerINIWrite | protected |
| GetNameByIndex(size_t idx) const | StdCompiler | inlinevirtual |
| getOutput() | StdCompilerINIWrite | inline |
| getPosition() const | StdCompiler | inlinevirtual |
| hasNaming() override | StdCompilerINIWrite | inlinevirtual |
| iDepth | StdCompilerINIWrite | protected |
| isDeserializer() | StdCompiler | inlinevirtual |
| isDoublePass() | StdCompiler | inlinevirtual |
| isRegistry() | StdCompiler | inlinevirtual |
| isSerializer() | StdCompiler | inline |
| IsStringEnd(char c, RawCompileType eType) | StdCompiler | protectedstatic |
| isVerbose() | StdCompiler | inlinevirtual |
| Name(const char *szName) override | StdCompilerINIWrite | virtual |
| NameCount(const char *szName=nullptr) | StdCompiler | inlinevirtual |
| NameEnd(bool fBreak=false) override | StdCompilerINIWrite | virtual |
| NoSeparator() | StdCompiler | inlinevirtual |
| OutT typedef | StdCompilerINIWrite | |
| pNaming | StdCompilerINIWrite | protected |
| PrepareForValue() | StdCompilerINIWrite | protected |
| PutName(bool fSection) | StdCompilerINIWrite | protected |
| Raw(void *pData, size_t iSize, RawCompileType eType=RCT_Escaped) override | StdCompilerINIWrite | virtual |
| RawCompileType enum name | StdCompiler | |
| RCT_All enum value | StdCompiler | |
| RCT_Escaped enum value | StdCompiler | |
| RCT_ID enum value | StdCompiler | |
| RCT_Idtf enum value | StdCompiler | |
| RCT_IdtfAllowEmpty enum value | StdCompiler | |
| Sep enum name | StdCompiler | |
| SEP_DOLLAR enum value | StdCompiler | |
| SEP_END enum value | StdCompiler | |
| SEP_END2 enum value | StdCompiler | |
| SEP_NONE enum value | StdCompiler | |
| SEP_PART enum value | StdCompiler | |
| SEP_PART2 enum value | StdCompiler | |
| SEP_PLUS enum value | StdCompiler | |
| SEP_SEP enum value | StdCompiler | |
| SEP_SEP2 enum value | StdCompiler | |
| SEP_SET enum value | StdCompiler | |
| SEP_START enum value | StdCompiler | |
| SEP_START2 enum value | StdCompiler | |
| SEP_VLINE enum value | StdCompiler | |
| Separator(Sep eSep) override | StdCompilerINIWrite | virtual |
| SeparatorToChar(Sep eSep) | StdCompiler | protectedstatic |
| setRuntimeWritesAllowed(int32_t iChange) | StdCompiler | inlinevirtual |
| setWarnCallback(WarnCBT pnWarnCB, void *pData) | StdCompiler | inline |
| StdCompiler()=default | StdCompiler | |
| String(char *szString, size_t iMaxLength, RawCompileType eType=RCT_Escaped) override | StdCompilerINIWrite | virtual |
| String(char **pszString, RawCompileType eType=RCT_Escaped) override | StdCompilerINIWrite | virtual |
| String(std::string &str, RawCompileType eType=RCT_Escaped) override | StdCompilerINIWrite | virtual |
| StringN(const char *szString, size_t iMaxLength, RawCompileType eType=RCT_Escaped) | StdCompilerINIWrite | |
| Value(const T &rStruct) | StdCompiler | inline |
| Value(T &rStruct) | StdCompiler | inline |
| Value(int32_t &rInt) | StdCompiler | inline |
| Value(uint32_t &rInt) | StdCompiler | inline |
| Value(int16_t &rInt) | StdCompiler | inline |
| Value(uint16_t &rInt) | StdCompiler | inline |
| Value(int8_t &rInt) | StdCompiler | inline |
| Value(uint8_t &rInt) | StdCompiler | inline |
| Value(bool &rBool) | StdCompiler | inline |
| Warn(const char *szWarning,...) | StdCompiler | |
| WarnCBT typedef | StdCompiler | |
| Word(int16_t &rShort) override | StdCompilerINIWrite | virtual |
| Word(uint16_t &rShort) override | StdCompilerINIWrite | virtual |
| WriteEscaped(const char *szString, const char *pEnd) | StdCompilerINIWrite | protected |
| WriteIndent(bool fSectionName) | StdCompilerINIWrite | protected |
| ~StdCompiler()=default | StdCompiler | virtual |