blocxx
UUID.cpp File Reference
#include "blocxx/BLOCXX_config.h"
#include "blocxx/UUID.hpp"
#include "blocxx/NonRecursiveMutex.hpp"
#include "blocxx/NonRecursiveMutexLock.hpp"
#include "blocxx/Types.hpp"
#include "blocxx/Format.hpp"
#include "blocxx/SecureRand.hpp"
#include "blocxx/ExceptionIds.hpp"
#include <sys/time.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE
 Taken from RFC 1321.
 

Functions

bool BLOCXX_NAMESPACE::operator== (const UUID &x, const UUID &y)
 
bool BLOCXX_NAMESPACE::operator< (const UUID &x, const UUID &y)
 
bool BLOCXX_NAMESPACE::operator!= (const UUID &x, const UUID &y)
 

Variable Documentation

◆ clockSequence

UInt16 clockSequence

Definition at line 75 of file UUID.cpp.

◆ nodeId

uuid_node_t nodeId

Definition at line 69 of file UUID.cpp.

◆ timestamp

uuid_time_t timestamp

Definition at line 73 of file UUID.cpp.

Referenced by BLOCXX_NAMESPACE::UUID::UUID().