![]() |
QMCPACK
|
Collaboration diagram for XmlElement:Public Member Functions | |
| XmlElement () | |
| XmlElement (const XmlElement &e) | |
Public Attributes | |
| std::streampos | startLoc |
| std::streampos | endLoc |
| std::string | name |
| tagType | type |
|
inline |
|
inline |
| std::streampos endLoc |
Definition at line 38 of file XmlRep.h.
Referenced by XmlStream::addNextTag(), XmlStream::checkForPOD(), XmlElement(), and XmlStream::XmlStream().
| std::string name |
Definition at line 39 of file XmlRep.h.
Referenced by XmlStream::addNextTag(), XmlNode::handleTagString(), and XmlElement().
| std::streampos startLoc |
Definition at line 37 of file XmlRep.h.
Referenced by XmlStream::addNextTag(), XmlStream::checkForPOD(), XmlElement(), and XmlStream::XmlStream().
| tagType type |
Definition at line 40 of file XmlRep.h.
Referenced by XmlStream::addNextTag(), XmlNode::handleTagString(), XmlElement(), and XmlStream::XmlStream().