blocxx
Classes | Namespaces | Defines | Functions

UUID.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/String.hpp"
#include "blocxx/Exception.hpp"

Go to the source code of this file.

Classes

class  BLOCXX_NAMESPACE::UUID
 UUIDs (Universally Unique IDentifiers), also known as GUIDs (Globally Unique IDentifiers), are 128 bits long. More...

Namespaces

namespace  BLOCXX_NAMESPACE
 

Taken from RFC 1321.


Defines

#define BLOCXX_UUID_HPP_INCLUDE_GUARD_

Functions

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

Define Documentation

#define BLOCXX_UUID_HPP_INCLUDE_GUARD_
Author:
Dan Nuffer

Definition at line 39 of file UUID.hpp.