pluto  1
Small utility library for UUIDs, SHA1, and Encryption
Enumerations | Functions
uuid4.h File Reference

Header for Plutos functionality for creating UUID4, the strings are delivered in std strings. More...

#include <string>

Go to the source code of this file.

Enumerations

enum  { UUID4_ESUCCESS = 0, UUID4_EFAILURE = -1 }
 Enumerations used for error checking.
 

Functions

std::string plt::genUUID ()
 GenUUID - Generates a UUID4 string. More...
 

Detailed Description

Header for Plutos functionality for creating UUID4, the strings are delivered in std strings.

Author
Brigham Keys, Esq. (bkeys.nosp@m.@bke.nosp@m.ys.or.nosp@m.g) Copyright (c) 2016 rxi Copyright (c) 2016 Brigham Keys, Esq.

Function Documentation

std::string plt::genUUID ( )

GenUUID - Generates a UUID4 string.

This function generates a Univeral Unique Identifier which is used as a key to reference an object. The format the UUID comes in is: xxxx0000-x0x0-0x0x-00xx-xxxxxx0000000

Returns
void