rdmuuidapi.h File Reference

Header for Universally Unique Identifier (UUID) API. More...

#include "rdmuuidtypes.h"
#include "rdmretcodetypes.h"
Include dependency graph for rdmuuidapi.h:
This graph shows which files directly or indirectly include this file:

Functions

void rdm_uuidInit (RDM_UUID_FACTORY_T *factory, uint32_t seed)
void rdm_uuidTerm (RDM_UUID_FACTORY_T *factory)
void rdm_uuidCreate (RDM_UUID_FACTORY_T *factory, RDM_UUID_T *uuid)
RDM_RETCODE rdm_uuidFromString (const char *str, RDM_UUID_T *uuid)
size_t rdm_uuidStrLen (const RDM_UUID_T *uuid, bool braces)
RDM_RETCODE rdm_uuidToString (const RDM_UUID_T *uuid, char *str, size_t len, bool braces)
RDM_RETCODE rdm_uuidToStringEx (const RDM_UUID_T *uuid, char *str, size_t len, bool braces, size_t *bytesOut)

Detailed Description

Header for Universally Unique Identifier (UUID) API.

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.