![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "../GrayLibBase.h"#include "GrayCore/include/cUnitTestDecl.h"#include "GrayCore/include/cDebugAssert.h"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... | |
| #define cUID_FORMAT "#0%x" |
encode UID as a string hex.
| #define cUID_PREFIX "#0" |
encode UID as a string prefix.