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 }
Definition: TeaCrypter.h:14
std::string genUUID()
GenUUID - Generates a UUID4 string.