MyGUI  3.0.1
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 43 of file MyGUI_XmlDocument.h.

Member Enumeration Documentation

Enumerator:
Comment 
Declaration 
Normal 
MAX 

Definition at line 45 of file MyGUI_XmlDocument.h.

Constructor & Destructor Documentation

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

Definition at line 53 of file MyGUI_XmlDocument.h.

Friends And Related Function Documentation

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

Definition at line 55 of file MyGUI_XmlDocument.h.

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

Definition at line 54 of file MyGUI_XmlDocument.h.


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