#include <MyGUI_Guid.h>
Data Structures |
struct | _fast |
struct | _original |
struct | _vec |
Friends |
std::ostream & | operator<< (std::ostream &_stream, const Guid &_value) |
std::istream & | operator>> (std::istream &_stream, Guid &_value) |
Detailed Description
Definition at line 33 of file MyGUI_Guid.h.
Constructor & Destructor Documentation
MyGUI::Guid::Guid |
( |
Guid const & |
_value | ) |
|
|
inline |
MyGUI::Guid::Guid |
( |
const std::string & |
_value | ) |
|
|
inlineexplicit |
MyGUI::Guid::Guid |
( |
unsigned char(&) |
_id[16] | ) |
|
|
inlineexplicit |
Member Function Documentation
void MyGUI::Guid::clear |
( |
| ) |
|
|
inline |
bool MyGUI::Guid::empty |
( |
| ) |
const |
|
inline |
Guid MyGUI::Guid::generate |
( |
| ) |
|
|
static |
bool MyGUI::Guid::operator!= |
( |
Guid const & |
_comp | ) |
const |
|
inline |
bool MyGUI::Guid::operator< |
( |
Guid const & |
_comp | ) |
const |
|
inline |
Guid& MyGUI::Guid::operator= |
( |
Guid const & |
_rvalue | ) |
|
|
inline |
bool MyGUI::Guid::operator== |
( |
Guid const & |
_comp | ) |
const |
|
inline |
Guid MyGUI::Guid::parse |
( |
const std::string & |
_value | ) |
|
|
static |
std::string MyGUI::Guid::print |
( |
| ) |
const |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
_stream, |
|
|
const Guid & |
_value |
|
) |
| |
|
friend |
std::istream& operator>> |
( |
std::istream & |
_stream, |
|
|
Guid & |
_value |
|
) |
| |
|
friend |
Field Documentation
_original MyGUI::Guid::original |
The documentation for this class was generated from the following files: