|
| State (const std::string &_tag, std::function< void(const XML_Char **atts)> _pfStart=nullptr, std::function< void()> _pfEnd=nullptr, std::function< void(const char *pBuf, int len)> _pfText=nullptr) noexcept |
|
void | addState (State *s) |
|
State * | addState (const std::string &tagname) |
|
const std::list< State * > & | substates () |
|
|
std::function< void(const XML_Char **atts)> | pfStart {nullptr} |
|
std::function< void()> | pfEnd {nullptr} |
|
std::function< void(const char *pBuf, int len)> | pfText {nullptr} |
|
std::string | tag {} |
|
The documentation for this struct was generated from the following file: