libexpatpp 0.1.8
Public Member Functions | Public Attributes | List of all members
xmlpp::State Struct Reference
Inheritance diagram for xmlpp::State:
Inheritance graph
[legend]
Collaboration diagram for xmlpp::State:
Collaboration graph
[legend]

Public Member Functions

 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)
 
StateaddState (const std::string &tagname)
 
const std::list< State * > & substates ()
 

Public Attributes

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: