Here are the data structures with brief descriptions:
CBitmap | Subtype of Object for storing bitmaps |
CBitmapArray | Subtype of Object for storing bitmap arrays |
CBitmapHash | Subtype of Object for storing bitmap hashes |
CBitmapRef | Subtype of Object for storing bitmap refs |
CInt4Array | Subtype of Object for storing arrays of integers |
CInt4Var | Subtype of Object for storing simple int4 values |
CMemChunk | Chunks provide a linked list of dynamically allocated shared memory segments, with the most recently allocated chunk at the tail |
CMemContext | MemContexts are large single chunks of shared memory from which smaller allocations may be made |
CObject | General purpose object-type |
CRange | Subtype of Object for storing range values |
CShmemCtl | The ShmemCtl structure is the first object allocated from the first chunk of shared memory in context 0 |
CVarEntry | A Veil variable |
Cveil_variable_t | Describes a veil shared or session variable |