#include <oofarray.h>
Inheritance diagram for oofArray:

used instead of templatizing arrays. Works very much like OOF_ExpandableLongArray.
Public Member Functions | |
| oofArray (unsigned long slotSize, unsigned long numSlots=0, unsigned int expandBySlots=4) | |
| oofArray (const oofArray &rhs) | |
| virtual | ~oofArray () |
| oofArray & | operator= (const oofArray &) |
| void | start () |
| bool | more () const |
| void | next () |
| unsigned long | count () const |
Protected Member Functions | |
| bool | Invariant () const |
| Guarantee members managing storage are consistent. | |
| unsigned long | AllocSlot () |
| void | ExpandToInclude (unsigned long indexToCover) |
| virtual void * | AllocBits (unsigned long) const=0 |
| virtual void | DeleteBits (bool becauseExpanding)=0 |
| virtual void * | CloneBits () const |
Protected Attributes | |
| void ** | mUserStorage |
| void * | mBits |
| unsigned long | mNextFreeEntry |
| unsigned long | mNumSlots |
| unsigned long | mInternalIter |
| unsigned long | mSlotSize |
| unsigned int | mExpansionChunk |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implemented in OOF_RepBlockCellRow, OOF_RepBlockCellRows, OOF_InteractionPageAreas, OOF_InteractionPages, OOF_PensDict, and OOF_BrushesDict. |
|
|
|
|
|
|
|
|
|
|
|
Implemented in OOF_RepBlockCellRow, OOF_RepBlockCellRows, OOF_InteractionPageAreas, OOF_InteractionPages, OOF_PensDict, and OOF_BrushesDict. |
|
|
|
|
|
Guarantee members managing storage are consistent. Note: we assume a user may cause mInternalIter to go out of bounds. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5