.TH "uuid/uuid.h" 3teegris "Sun Oct 28 2018" "Version 2.0" "Samsung Internal API reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
uuid/uuid.h \- UUID management helpers\&.  

.SH SYNOPSIS
.br
.PP
.SS "Data Structures"

.in +1c
.ti -1c
.RI "struct \fB__uuid_t\fP"
.br
.RI "\fIwrapper for uuid type\&. \fP"
.in -1c
.SS "Macros"

.in +1c
.ti -1c
.RI "#define \fBUUID_STRING_LEN\fP   37"
.br
.ti -1c
.RI "#define \fBuuid_unparse_lower\fP(uu,  out)   \fBuuid_unparse\fP((uu), (out))"
.br
.ti -1c
.RI "#define \fBuuid_generate_time\fP(x)   \fBuuid_generate\fP(x)"
.br
.in -1c
.SS "Typedefs"

.in +1c
.ti -1c
.RI "typedef struct \fB__uuid_t\fP \fB__uuid_t\fP"
.br
.ti -1c
.RI "typedef \fB__uuid_t\fP \fBuuid_t\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "void \fBuuid_unparse\fP (const \fBuuid_t\fP *uu, char *out)"
.br
.RI "\fIConvert binary representation of UUID to string\&. \fP"
.ti -1c
.RI "void \fBuuid_unparse_upper\fP (const \fBuuid_t\fP *uu, char *out)"
.br
.RI "\fIConvert binary representation of UUID to string\&. \fP"
.ti -1c
.RI "int \fBuuid_parse\fP (const char *in, \fBuuid_t\fP *uu)"
.br
.RI "\fIConvert an input UUID string into binary representation\&. \fP"
.ti -1c
.RI "void \fBuuid_generate\fP (\fBuuid_t\fP *out)"
.br
.RI "\fIThe \fCuuid_generate\fP function creates a new universally unique identifier (UUID)\&. \fP"
.ti -1c
.RI "int \fBuuid_is_null\fP (const \fBuuid_t\fP *uu)"
.br
.RI "\fICheck if UUID is null\&. \fP"
.ti -1c
.RI "void \fBuuid_clear\fP (\fBuuid_t\fP *uu)"
.br
.RI "\fIset value to zero UUID\&. \fP"
.ti -1c
.RI "int \fBuuid_compare\fP (const \fBuuid_t\fP *uu1, const \fBuuid_t\fP *uu2)"
.br
.RI "\fICompare the two supplied uuid variables \fCuu1\fP and \fCuu2\fP to each other\&. \fP"
.in -1c
.SH "Detailed Description"
.PP 
UUID management helpers\&. 


.PP
\fBCopyright:\fP
.RS 4
(C) 2016 - 2018, Samsung Electronics Co\&., Ltd\&. 
.RE
.PP

.SH "Author"
.PP 
Generated automatically by Doxygen for Samsung Internal API reference from the source code\&.
