AOSharedServiceLibrary
Public Member Functions | List of all members
uuidInterface Class Referenceabstract

UUID Admin. More...

#include <uuid_interface.h>

Public Member Functions

virtual UuidContainer generate ()=0
 Generate a new UUID. More...
 

Detailed Description

UUID Admin.

The UUID Admin is in charge of generating any Universally Unique ID's that are required throughout program execution

Member Function Documentation

virtual UuidContainer uuidInterface::generate ( )
pure virtual

Generate a new UUID.

The method will generate on the means of generation present on your system. In some cases, this may result in UUID's being generated that pose a security risk. In this case, that fact will be clearly called out in the logs, and it is recommended that production systems are tested to ensure that UUID's are generated in a safe manner


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