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