MyGUI 3.4.3
|
Namespaces | |
namespace | utility |
Data Structures | |
class | Document |
class | Element |
class | ElementEnumerator |
struct | ElementType |
struct | ErrorType |
Typedefs | |
using | ElementPtr = Element* |
using | PairAttribute = std::pair<std::string, std::string> |
using | VectorAttributes = std::vector<PairAttribute> |
using | VectorElement = std::vector<std::unique_ptr<Element>> |
Functions | |
void | open_stream (std::ofstream &_stream, const std::wstring &_wide) |
void | open_stream (std::ifstream &_stream, const std::wstring &_wide) |
using MyGUI::xml::ElementPtr = Element* |
Definition at line 112 of file MyGUI_XmlDocument.h.
using MyGUI::xml::PairAttribute = std::pair<std::string, std::string> |
Definition at line 113 of file MyGUI_XmlDocument.h.
using MyGUI::xml::VectorAttributes = std::vector<PairAttribute> |
Definition at line 114 of file MyGUI_XmlDocument.h.
using MyGUI::xml::VectorElement = std::vector<std::unique_ptr<Element>> |
Definition at line 115 of file MyGUI_XmlDocument.h.
|
inline |
Definition at line 363 of file MyGUI_XmlDocument.cpp.
|
inline |
Definition at line 359 of file MyGUI_XmlDocument.cpp.