INISection Member List
This is the complete list of members for
INISection, including all inherited members.
GetLength() const | INISection | |
GetName() const | INISection | |
ReadBool(const char *const name, bool &out) const | INISection | |
ReadBools(const char *const name, bool *out, const unsigned cap) const | INISection | |
ReadFloat(const char *const name, float &out) const | INISection | |
ReadFloats(const char *const name, float *out, const unsigned cap) const | INISection | |
ReadInt(const char *const name, int &out) const | INISection | |
ReadInts(const char *const name, int *out, const unsigned cap) const | INISection | |
ReadString(const char *const name, const char *&out) const | INISection | |
ReadStrings(const char *const name, const char **out, const unsigned cap) const | INISection | |