#include <gobjconfig.h>
#include <stdio.h>
#include <gobj/id.h>
#include <gobj/context.h>
Functions | |
int | Gj_idmgr_new (Gj_Ctx* ctx) |
Create a new id manager. More... | |
void | Gj_idmgr_delete (Gj_Ctx* ctx) |
Delete the id manager. | |
int | Gj_idmgr_createId (Gj_Ctx* ctx, Gj_Id* id) |
Create a new world-wide unique id. More... | |
int | Gj_idmgr_createLocalId (Gj_Ctx* ctx, Gj_Id* id) |
Create a new local-unique id. More... | |
int | Gj_idmgr_getSysid (Gj_Ctx* ctx, Gj_Sysid* sysid) |
Get the system id. More... |
|
Create a new id manager.
|
|
Create a new world-wide unique id.
|
|
Create a new local-unique id.
|
|
Get the system id.
|