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 |
Functions | |
| __declspec (deprecated("use : class MyGUI::xml::ElementEnumerator")) typedef ElementEnumerator xmlNodeIterator | |
| __declspec (deprecated("use : class MyGUI::xml::ElementPtr")) typedef ElementPtr xmlNodePtr | |
| __declspec (deprecated("use : class MyGUI::xml::Document")) typedef Document xmlDocument | |
| 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 107 of file MyGUI_XmlDocument.h.
| typedef std::pair<std::string, std::string> MyGUI::xml::PairAttribute |
Definition at line 110 of file MyGUI_XmlDocument.h.
| typedef std::vector<PairAttribute> MyGUI::xml::VectorAttributes |
Definition at line 111 of file MyGUI_XmlDocument.h.
| typedef std::vector<ElementPtr> MyGUI::xml::VectorElement |
Definition at line 112 of file MyGUI_XmlDocument.h.
| MyGUI::xml::__declspec | ( | deprecated("use : class MyGUI::xml::Document") | ) |
| MyGUI::xml::__declspec | ( | deprecated("use : class MyGUI::xml::ElementPtr") | ) |
| MyGUI::xml::__declspec | ( | deprecated("use : class MyGUI::xml::ElementEnumerator") | ) |
| void MyGUI::xml::open_stream | ( | std::ifstream & | _stream, | |
| const std::wstring & | _wide | |||
| ) | [inline] |
Definition at line 309 of file MyGUI_XmlDocument.cpp.
| void MyGUI::xml::open_stream | ( | std::ofstream & | _stream, | |
| const std::wstring & | _wide | |||
| ) | [inline] |
Definition at line 308 of file MyGUI_XmlDocument.cpp.
1.6.1