UUID Class Reference

#include <SyncEvolutionUtil.h>

List of all members.

Public Member Functions

 UUID ()


Detailed Description

This is a simplified implementation of a class representing and calculating UUIDs v4 inspired from RFC 4122. We do not use cryptographic pseudo-random numbers, instead we rely on rand/srand.

We initialize the random generation with the system time given by time(), but only once.

Instantiating this class will generate a new unique UUID, available afterwards in the base string class.

Definition at line 74 of file SyncEvolutionUtil.h.


Constructor & Destructor Documentation

UUID::UUID (  ) 

Definition at line 133 of file SyncEvolutionUtil.cpp.


The documentation for this class was generated from the following files:

Generated on Sat Oct 18 17:17:06 2008 for SyncEvolution and Funambol by  doxygen 1.5.7.1