GCpp general purpose C++ library
version 1.0
|
Go to the source code of this file.
Classes | |
class | GCollectionT< T > |
Namespaces | |
gcollection | |
Variables | |
Iterator flags | |
static const u_int | gcollection::gDelete = 0x00000001 |
General collections options | |
static const u_int | gcollection::gDeepCopy = 0x00001000 |
static const u_int | gcollection::gUniqueItem = 0x00002000 |
static const u_int | gcollection::gFixed = 0x00020000 |
static const u_int | gcollection::gIsSortable = 0x00010000 |
static const u_int | gcollection::gAlwaysSorted = 0x00030000 |
static const u_int | gcollection::gReverseSort = 0x00050000 |
Vectors collections options | |
static const u_int | gcollection::gShiftRemove = 0x00100000 |
static const u_int | gcollection::gAutoResize = 0x00200000 |
static const u_int | gcollection::gDoubleSize = 0x00400000 |
Named objects collections options | |
static const u_int | gcollection::gUniqueName = 0x01000000 |
static const u_int | gcollection::gNoCaseSensitive = 0x02000000 |
static const u_int | gcollection::gDictSort = 0x04000000 |
Include file for GCollection base template class.