#include "uuid.h"
Go to the source code of this file.
Functions |
static word_t | getr4 (void) throw () |
const char * | generateUUID (OUT char *buffer) |
| helper method to create a UUID.
|
Function Documentation
static word_t getr4 |
( |
void |
|
) |
throw () [static] |
const char* generateUUID |
( |
OUT 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 76 of file uuid.cpp.