Go to the documentation of this file.
38 #ifndef BLOCXX_UUID_HPP_INCLUDE_GUARD
39 #define BLOCXX_UUID_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
62 class BLOCXX_COMMON_API
UUID
104 unsigned char m_uuid[16];
bool operator<(const Array< T > &x, const Array< T > &y)
bool operator!=(const Array< T > &x, const Array< T > &y)
Determine two Arrays are not equal.
This String class is an abstract data type that represents as NULL terminated string of characters.
#define BLOCXX_DECLARE_APIEXCEPTION(NAME, LINKAGE_SPEC)
Declare a new exception class named <NAME>Exception that derives from Exception This macro is typical...
bool operator==(const Array< T > &x, const Array< T > &y)
UUIDs (Universally Unique IDentifiers), also known as GUIDs (Globally Unique IDentifiers),...