rdmuuidtypes.h File Reference
Header for Universally Unique Identifier (UUID) types. More...
#include "psptypes.h"
Include dependency graph for rdmuuidtypes.h:
This graph shows which files directly or indirectly include this file:
Data Structures |
|
struct | RDM_UUID_FACTORY_T |
The RaimaDB UUID factory data structure. More... |
|
struct | RDM_UUID_T |
The RaimaDB UUID data structure. More... |
|
Macros |
|
#define | RDM_UUID_STRLEN 37 |
#define | LITERAL_NULL_UUID |
Detailed Description
Header for Universally Unique Identifier (UUID) types.
Raima Database Manager
Copyright (C) 2016 Raima Inc., All rights reserved.
Use of this software, whether in source code format, or in executable, binary object code form, is governed by the Raima LICENSE which is fully described in the LICENSE.TXT file, included within this distribution of files.
Macro Definition Documentation
LITERAL_NULL_UUID
#define LITERAL_NULL_UUID |
Value:
{ \
0, 0, 0, 0, 0, \
{ \
0, 0, 0, 0, 0, 0 \
} \
}
The null UUID
RDM_UUID_STRLEN
#define RDM_UUID_STRLEN 37 |
The maximum string length of an UUID including the NULL terminator but not the braces