Functions

uuid.cpp File Reference

#include <unistd.h>
#include "uuid.h"
Include dependency graph for uuid.cpp:

Go to the source code of this file.

Functions

static word_t getr4 (void) throw ()
const char * generateUUID (char *buffer)
 helper method to create a UUID.

Function Documentation

static word_t getr4 ( void   )  throw () [static]

Definition at line 48 of file uuid.cpp.

const char* generateUUID ( char *  buffer  ) 

helper method to create a UUID.

Caller must provide a pre-allocated buffer of size eUUID_Length or larger. Returns a pointer to the beginning of the buffer as a convenience.

Definition at line 74 of file uuid.cpp.