MyGUI 3.4.1
|
#include "MyGUI_Prerequest.h"
#include "MyGUI_UString.h"
#include "MyGUI_Diagnostic.h"
#include "MyGUI_DataStream.h"
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>
Go to the source code of this file.
Data Structures | |
struct | MyGUI::xml::ElementType |
struct | MyGUI::xml::ErrorType |
class | MyGUI::xml::ElementEnumerator |
class | MyGUI::xml::Element |
class | MyGUI::xml::Document |
Namespaces | |
namespace | MyGUI |
namespace | MyGUI::xml |
Typedefs | |
using | MyGUI::xml::ElementPtr = Element * |
typedef std::pair< std::string, std::string > | MyGUI::xml::PairAttribute |
using | MyGUI::xml::VectorAttributes = std::vector< PairAttribute > |
using | MyGUI::xml::VectorElement = std::vector< ElementPtr > |
typedef ElementEnumerator | MyGUI::xml::xmlNodeIterator |
typedef ElementPtr | MyGUI::xml::xmlNodePtr |
typedef Document | MyGUI::xml::xmlDocument |