|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the source code of this file.
Data Structures | |
| struct | uuid_t |
Functions | |
| int | uuid_compare (uuid_t uu1, uuid_t uu2) |
| void | uuid_clear (uuid_t uu) |
| int | uuid_parse (char *in, uuid_t uu) |
| int | uuid_is_null (uuid_t uu) |
| void | uuid_unparse_lower (uuid_t uu, char *out) |
| void | uuid_generate (uuid_t uu) |
| void | uuid_copy (uuid_t dst, uuid_t src) |
| void | PrintUUID (const UUID *w_p, const char *prefix_s) |
| void uuid_clear | ( | uuid_t | uu | ) |
| int uuid_parse | ( | char * | in, |
| uuid_t | uu | ||
| ) |
| int uuid_is_null | ( | uuid_t | uu | ) |
| void uuid_unparse_lower | ( | uuid_t | uu, |
| char * | out | ||
| ) |
| void uuid_generate | ( | uuid_t | uu | ) |
| void PrintUUID | ( | const UUID * | w_p, |
| const char * | prefix_s | ||
| ) |