Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cUID.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cUID
 
class  GrayLib::cUIDRangeMask
 

Namespaces

 GrayLib
 

Macros

#define cUID_PREFIX   "#0"
 encode UID as a string prefix. More...
 
#define cUID_FORMAT   "#0%x"
 encode UID as a string hex. More...
 

Typedefs

typedef HASHCODE32_t GrayLib::UID_t
 Sort of the same as a HASHCODE_t. not the same as UIDINDEX_t. More...
 
typedef int GrayLib::UIDINDEX_t
 non dressed (partial) UID_t. just an index in a range inside the UID_t. k_HASHCODE_CLEAR More...
 

Detailed Description

Macro Definition Documentation

◆ cUID_FORMAT

#define cUID_FORMAT   "#0%x"

encode UID as a string hex.

◆ cUID_PREFIX

#define cUID_PREFIX   "#0"

encode UID as a string prefix.