![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Macros | |
#define | FOR_HASH_TABLE(h, i) for ( ; i.m_i<h.k_HASH_ARRAY_QTY; i.m_i++ ) for ( i.m_j=0; i.m_j<h.m_aTable[i.m_i].GetSize(); i.m_j++ ) |
A Hash Table with a HASHCODE_t as the key.
#define FOR_HASH_TABLE | ( | h, | |
i | |||
) | for ( ; i.m_i<h.k_HASH_ARRAY_QTY; i.m_i++ ) for ( i.m_j=0; i.m_j<h.m_aTable[i.m_i].GetSize(); i.m_j++ ) |