pluto
1
Small utility library for UUIDs, SHA1, and Encryption
Main Page
Classes
Files
File List
include
uuid4.h
Go to the documentation of this file.
1
#pragma once
2
12
#include <string>
13
14
namespace
plt
{
16
enum
{
17
UUID4_ESUCCESS = 0,
18
UUID4_EFAILURE = -1
19
};
20
28
std::string
genUUID
();
29
}
plt
Definition:
TeaCrypter.h:14
plt::genUUID
std::string genUUID()
GenUUID - Generates a UUID4 string.
Generated by
1.8.11