![]() |
QCAD
Open Source 2D CAD
|
#include "opennurbs.h"
Functions | |
bool | ON_CreateUuid (ON_UUID &new_uuid) |
int | ON_UuidCompare (const ON_UUID &a, const ON_UUID &b) |
int | ON_UuidCompare (const ON_UUID *a, const ON_UUID *b) |
ON_UUID | ON_UuidFromString (const char *sUUID) |
ON_UUID | ON_UuidFromString (const wchar_t *sUUID) |
bool | ON_UuidIsNil (const ON_UUID &uuid) |
bool | ON_UuidIsNotNil (const ON_UUID &uuid) |
char * | ON_UuidToString (const ON_UUID &uuid, char *s) |
const char * | ON_UuidToString (const ON_UUID &uuid, ON_String &s) |
const wchar_t * | ON_UuidToString (const ON_UUID &uuid, ON_wString &s) |
wchar_t * | ON_UuidToString (const ON_UUID &uuid, wchar_t *s) |
Variables | |
static const int | big_endian_rho [16] = {0,1,2,3, 4,5, 6,7, 8,9, 10,11,12,13,14,15} |
static const int | little_endian_rho [16] = {3,2,1,0, 5,4, 7,6, 8,9, 10,11,12,13,14,15} |
bool ON_CreateUuid | ( | ON_UUID & | new_uuid | ) |
const wchar_t * ON_UuidToString | ( | const ON_UUID & | uuid, |
ON_wString & | s ) |
|
static |
|
static |