MyGUI  3.2.0
Public Types | Public Member Functions | Friends
MyGUI::xml::ElementType Struct Reference

#include <MyGUI_XmlDocument.h>

Public Types

enum  Enum { Comment, Declaration, Normal, MAX }
 

Public Member Functions

 ElementType (Enum _value=MAX)
 

Friends

bool operator== (ElementType const &a, ElementType const &b)
 
bool operator!= (ElementType const &a, ElementType const &b)
 

Detailed Description

Definition at line 42 of file MyGUI_XmlDocument.h.

Member Enumeration Documentation

Enumerator
Comment 
Declaration 
Normal 
MAX 

Definition at line 44 of file MyGUI_XmlDocument.h.

Constructor & Destructor Documentation

MyGUI::xml::ElementType::ElementType ( Enum  _value = MAX)
inline

Definition at line 52 of file MyGUI_XmlDocument.h.

Friends And Related Function Documentation

bool operator!= ( ElementType const &  a,
ElementType const &  b 
)
friend

Definition at line 57 of file MyGUI_XmlDocument.h.

bool operator== ( ElementType const &  a,
ElementType const &  b 
)
friend

Definition at line 53 of file MyGUI_XmlDocument.h.


The documentation for this struct was generated from the following file: