•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
#include <GUID.h>
Public Member Functions | |
GUID () | |
GUID (Context &cont) | |
GUID (uint32_t a1, uint16_t b1, uint16_t b2, uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4, uint8_t c5, uint8_t c6, uint8_t c7, uint8_t c8) | |
bool | operator!= (const GUID &other) const |
bool | operator== (const GUID &other) const |
void | read (Context &cont) |
std::string | toString () const |
GUID::GUID | ( | ) |
GUID::GUID | ( | uint32_t | a1, |
uint16_t | b1, | ||
uint16_t | b2, | ||
uint8_t | c1, | ||
uint8_t | c2, | ||
uint8_t | c3, | ||
uint8_t | c4, | ||
uint8_t | c5, | ||
uint8_t | c6, | ||
uint8_t | c7, | ||
uint8_t | c8 | ||
) |
References operator==().
Referenced by operator!=().
void GUID::read | ( | Context & | cont | ) |
std::string GUID::toString | ( | ) | const |
Referenced by TOC_Entry::toString().