|
liblcf
|
This is the complete list of members for XmlReader, including all inherited members.
| buffer | XmlReader | protected |
| CharacterData(const char *s, int len) | XmlReader | |
| EndElement(const char *name) | XmlReader | |
| Error(const char *fmt,...) | XmlReader | |
| handlers | XmlReader | protected |
| IsOk() const | XmlReader | |
| nesting | XmlReader | protected |
| Parse() | XmlReader | |
| parser | XmlReader | protected |
| Read(T &ref, const std::string &data) | XmlReader | static |
| Read(bool &val, const std::string &data) | XmlReader | static |
| Read(int32_t &val, const std::string &data) | XmlReader | static |
| Read(int8_t &val, const std::string &data) | XmlReader | static |
| Read(uint8_t &val, const std::string &data) | XmlReader | static |
| Read(int16_t &val, const std::string &data) | XmlReader | static |
| Read(uint32_t &val, const std::string &data) | XmlReader | static |
| Read(double &val, const std::string &data) | XmlReader | static |
| ReadVector(std::vector< T > &ref, const std::string &data) | XmlReader | static |
| SetHandler(XmlHandler *handler) | XmlReader | |
| StartElement(const char *name, const char **atts) | XmlReader | |
| stream | XmlReader | protected |
| XmlReader(std::istream &filestream) | XmlReader | |
| ~XmlReader() | XmlReader |