#include <oofrw.h>
Inheritance diagram for dbRepColWidths:


Public Member Functions | |
| dbRepColWidths (unsigned int defColWidth=20) | |
| dbRepColWidths & | operator<< (unsigned int) |
| void | describe (std::ostream &) const |
| void | append (unsigned long) |
| void | deleteItem (unsigned long index) |
| void | deleteFirstMatching (unsigned long value) |
| void | deleteAllMatching (unsigned long value) |
| void | deleteAllCells (bool alwaysDeleteStorage=false) |
| Effectively delete cells by resetting mNextFreeEntry cursor. | |
| bool | contains (unsigned long value) const |
| bool | find (unsigned long value, unsigned long &foundAt) const |
| unsigned long & | operator[] (unsigned long index) |
| unsigned long | value (unsigned long index) const |
| unsigned long & | item (unsigned long index) |
| void | start () |
| bool | more () const |
| void | next () |
| unsigned long | count () const |
| unsigned long | index () const |
| unsigned long | countOccurrences (unsigned long) const |
| unsigned long & | operator() () |
Protected Member Functions | |
| bool | Invariant () const |
| Guarantee members managing storage are consistent. | |
| void | ExpandToInclude (unsigned long indexToCover) |
| void | DeleteBits () |
| void | CopyBits (const OOF_ExpandableLongArray &rhs) |
Protected Attributes | |
| unsigned long * | mBits |
| unsigned long | mDefaultValue |
| unsigned long | mNextFreeEntry |
| unsigned long | mNumSlots |
| unsigned long | mInternalIter |
| unsigned int | mExpansionChunk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Effectively delete cells by resetting mNextFreeEntry cursor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Guarantee members managing storage are consistent. Note: we assume a user may cause mInternalIter to go out of bounds. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5