#include <string>
#include <vector>
#include "../config.hpp"
Go to the source code of this file.
Namespaces | |
namespace | ph |
namespace | ph::persist |
namespace | ph::persist::xml |
Data Structures | |
class | ph::persist::xml::parse_progress |
class | ph::persist::xml::parse |
Defines | |
#define | S(_S) _S |
#define | PARSE_SUCCESS 0 |
#define | PARSE_BADXMLTYPE 1 |
#define | PARSE_XMLERROR 2 |
#define | PARSE_NOFILE 3 |
Typedefs | |
typedef XML_ParserStruct * | XML_Parser |
typedef char | XML_Char |
typedef std::string | xmlstring |
|
Definition at line 29 of file parse.hpp. Referenced by ph::persist::xml::parse::attr(), ph::persist::xml::parse::attrval(), ph::persist::xml::parse::decodexmldata(), ph::persist::xml::parse::encodexmldata(), and ph::persist::xml::parse::expectedattr(). |
|
Definition at line 33 of file parse.hpp. Referenced by ph::persist::xml::parse::doparse(), ph::persist::xml::parse::parse_xml(), ph::persist::xml::parse::parsestream(), and ph::persist::xml::parse::startparse(). |
|
Definition at line 34 of file parse.hpp. Referenced by ph::persist::xml::parse::doparse(). |
|
Definition at line 35 of file parse.hpp. Referenced by ph::persist::xml::parse::error(). |
|
Definition at line 36 of file parse.hpp. Referenced by ph::persist::xml::parse::doparsefile(). |
|
|
|
|
|
|