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.
|
#include "uuid_util_library.h"
#include "typedefs.h"
#include "string_linked_list.h"
#include "uuid_defs.h"
Go to the source code of this file.
Functions | |
char * | GetUUIDAsString (const uuid_t id) |
Get the string representation of a uuid_t. More... | |
void | ConvertUUIDToString (const uuid_t id, char *uuid_s) |
Convert a uuid_t into a given string buffer. More... | |
bool | ConvertStringToUUID (char *id_s, uuid_t id) |
Convert the string representation of a uuid_t to a uuid_t. More... | |
void | FreeUUIDString (char *uuid_s) |
Free a string representation of a uuid_t. More... | |
bool | IsUUIDSet (uuid_t id) |
Test whether a uuid_t contains a valid value. More... | |
void | PrintUUIDT (const uuid_t *u_p, const char *prefix_s) |
void PrintUUIDT | ( | const uuid_t * | u_p, |
const char * | prefix_s | ||
) |