DDraceNetwork Docs
|
#include <vector>
Go to the source code of this file.
Classes | |
struct | CUuid |
struct | CName |
struct | CNameIndexed |
class | CUuidManager |
Enumerations | |
enum | { UUID_MAXSTRSIZE = 37 , UUID_INVALID = -2 , UUID_UNKNOWN = -1 , OFFSET_UUID = 1 << 16 } |
Functions | |
CUuid | RandomUuid () |
CUuid | CalculateUuid (const char *pName) |
void | FormatUuid (CUuid Uuid, char *pBuffer, unsigned BufferLength) |
int | ParseUuid (CUuid *pUuid, const char *pBuffer) |
Variables | |
const CUuid | UUID_ZEROED |
CUuidManager | g_UuidManager |
CUuid CalculateUuid | ( | const char * | pName | ) |
void FormatUuid | ( | CUuid | Uuid, |
char * | pBuffer, | ||
unsigned | BufferLength | ||
) |
int ParseUuid | ( | CUuid * | pUuid, |
const char * | pBuffer | ||
) |
CUuid RandomUuid | ( | ) |
|
extern |
|
extern |