Namespaces | |
| namespace | utility |
Data Structures | |
| struct | ElementType |
| struct | ErrorType |
| class | ElementEnumerator |
| class | Element |
| class | Document |
Typedefs | |
| typedef Element * | ElementPtr |
| typedef std::pair< std::string, std::string > | PairAttribute |
| typedef std::vector < PairAttribute > | VectorAttributes |
| typedef std::vector< ElementPtr > | VectorElement |
| typedef ElementEnumerator | xmlNodeIterator |
| typedef ElementPtr | xmlNodePtr |
| typedef Document | xmlDocument |
Functions | |
| void | open_stream (std::ofstream &_stream, const std::wstring &_wide) |
| void | open_stream (std::ifstream &_stream, const std::wstring &_wide) |
| typedef Element* MyGUI::xml::ElementPtr |
Definition at line 106 of file MyGUI_XmlDocument.h.
| typedef std::pair<std::string, std::string> MyGUI::xml::PairAttribute |
Definition at line 109 of file MyGUI_XmlDocument.h.
| typedef std::vector<PairAttribute> MyGUI::xml::VectorAttributes |
Definition at line 110 of file MyGUI_XmlDocument.h.
| typedef std::vector<ElementPtr> MyGUI::xml::VectorElement |
Definition at line 111 of file MyGUI_XmlDocument.h.
| typedef Document MyGUI::xml::xmlDocument |
Definition at line 328 of file MyGUI_XmlDocument.h.
Definition at line 324 of file MyGUI_XmlDocument.h.
| typedef ElementPtr MyGUI::xml::xmlNodePtr |
Definition at line 326 of file MyGUI_XmlDocument.h.
| void MyGUI::xml::open_stream | ( | std::ifstream & | _stream, | |
| const std::wstring & | _wide | |||
| ) | [inline] |
Definition at line 305 of file MyGUI_XmlDocument.cpp.
| void MyGUI::xml::open_stream | ( | std::ofstream & | _stream, | |
| const std::wstring & | _wide | |||
| ) | [inline] |
Definition at line 304 of file MyGUI_XmlDocument.cpp.
1.6.3