UUID Class Reference

A universally unique identifier. More...

#include <UUID.h++>

List of all members.

Public Member Functions

 UUID () throw ()
 Construct a new UUID.
 ~UUID () throw ()
 Destructor.
const byte_tgetBytes () const throw ()
 Get the UUID bytes.
String toString () const
 Get a String representation of the UUID.

Detailed Description

A universally unique identifier.

Author:
Mark Lindner

Constructor & Destructor Documentation

UUID (  )  throw ()

Construct a new UUID.

~UUID (  )  throw ()

Destructor.


Member Function Documentation

const byte_t* getBytes (  )  const throw () [inline]

Get the UUID bytes.

Returns:
A 16-byte array containing the UUID.
String toString (  )  const

Get a String representation of the UUID.

Returns:
A string of the form XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, where each X is a hexadecimal digit.

The documentation for this class was generated from the following files:
Generated on Fri Sep 3 23:49:37 2010 for libcommonc++ by  doxygen 1.6.3