pluto
1
Small utility library for UUIDs, SHA1, and Encryption
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
Do not use these functions.
Definition:
FileDataReader.h:16
plt::GenUUID
std::string GenUUID()
GenUUID - Generates a UUID4 string.
Generated by
1.8.15