ini-cpp
|
This is the complete list of members for inih::INIReader, including all inherited members.
_error (defined in inih::INIReader) | inih::INIReader | protected |
_values (defined in inih::INIReader) | inih::INIReader | protected |
BoolConverter(std::string s) const (defined in inih::INIReader) | inih::INIReader | inlineprotected |
Converter(const std::string &s) const (defined in inih::INIReader) | inih::INIReader | inlineprotected |
Get(std::string section) const | inih::INIReader | inline |
Get(const std::string §ion, const std::string &name) const | inih::INIReader | inline |
Get(const std::string §ion, const std::string &name, T &&default_v) const | inih::INIReader | inline |
GetVector(const std::string §ion, const std::string &name) const | inih::INIReader | inline |
GetVector(const std::string §ion, const std::string &name, const std::vector< T > &default_v) const | inih::INIReader | inline |
INIReader() (defined in inih::INIReader) | inih::INIReader | inline |
INIReader(std::string filename) | inih::INIReader | inline |
INIReader(FILE *file) | inih::INIReader | inline |
InsertEntry(const std::string §ion, const std::string &name, const T &v) | inih::INIReader | inline |
InsertEntry(const std::string §ion, const std::string &name, const std::vector< T > &vs) | inih::INIReader | inline |
Keys(std::string section) const | inih::INIReader | inline |
ParseError() const (defined in inih::INIReader) | inih::INIReader | inline |
Sections() const | inih::INIReader | inline |
UpdateEntry(const std::string §ion, const std::string &name, const T &v) | inih::INIReader | inline |
UpdateEntry(const std::string §ion, const std::string &name, const std::vector< T > &vs) | inih::INIReader | inline |
V2String(const T &v) const (defined in inih::INIReader) | inih::INIReader | inlineprotected |
ValueHandler(void *user, const char *section, const char *name, const char *value) (defined in inih::INIReader) | inih::INIReader | inlineprotectedstatic |
Vec2String(const std::vector< T > &v) const (defined in inih::INIReader) | inih::INIReader | inlineprotected |