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

Public Attributes

State root {"root"}
 
std::stack< State * > parseStates
 
- Public Attributes inherited from xmlpp::State
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 {}
 

Additional Inherited Members

- Public Member Functions inherited from 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
 
void addState (State *s)
 
StateaddState (const std::string &tagname)
 
const std::list< State * > & substates ()
 

The documentation for this struct was generated from the following file: