libexpatpp 0.1.8
xmlpp::State Member List

This is the complete list of members for xmlpp::State, including all inherited members.

addState(State *s) (defined in xmlpp::State)xmlpp::Stateinline
addState(const std::string &tagname) (defined in xmlpp::State)xmlpp::Stateinline
pfEnd (defined in xmlpp::State)xmlpp::State
pfStart (defined in xmlpp::State)xmlpp::State
pfText (defined in xmlpp::State)xmlpp::State
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 (defined in xmlpp::State)xmlpp::Stateinlineexplicit
substates() (defined in xmlpp::State)xmlpp::Stateinline
tag (defined in xmlpp::State)xmlpp::State
~State()=default (defined in xmlpp::State)xmlpp::Statevirtual