Simple wrapper for construction operation arrays. More...
#include <fbconstructionhistory.h>

Public Member Functions | |
| FBConstructionOperationArray () | |
| Constructor. | |
| ~FBConstructionOperationArray () | |
| Destructor. | |
Public Member Functions inherited from FBArrayTemplate< FBConstructionOperation * > | |
| FBArrayTemplate (int pItemPerBlock=10) | |
| Constructor. | |
| FBArrayTemplate (const FBArrayTemplate< FBConstructionOperation * > &pArrayTemplate) | |
| Copy constructor. | |
| ~FBArrayTemplate () | |
| Destructor. | |
| int | InsertAt (int pIndex, FBConstructionOperation * pItem) |
| Insert pItem at pIndex. | |
| void | RemoveAt (int pIndex) |
| Remove item at pIndex. | |
| void | RemoveLast () |
| Remove the last item in the array. | |
| bool | Remove (FBConstructionOperation * &pItem) |
| Remove pItem from the array. | |
| bool | RemoveIt (FBConstructionOperation * pItem) |
| Remove pItem from the array. | |
| void | Clear () |
| Empty the array of all items. | |
| FBConstructionOperation * & | operator[] (int pIndex) const |
| [] operator overload. | |
| void | SetAt (int pIndex, FBConstructionOperation * pItem) |
| Set item at pIndex to pItem. | |
| void | SetLast (FBConstructionOperation * pItem) |
| Set the last item of the array. | |
| int | GetCount () const |
| Get the number of items in the array. | |
| void | SetCount (int pCount) |
| Set the number of items in the array. | |
| FBConstructionOperation * | GetAt (int pIndex) |
| Get item at pIndex. | |
| FBConstructionOperation * | GetLast () |
| Get last item of the array. | |
| int | Find (FBConstructionOperation * pItem) |
| Find the index of pItem in the array. | |
| int | Add (FBConstructionOperation * pItem) |
| Add an item to the end of the array. | |
| FBConstructionOperation * * | GetArray () |
| Get a pointer to the array of items. | |
| FBArrayTemplate< FBConstructionOperation * > & | operator= (const FBArrayTemplate< FBConstructionOperation * > &pArrayTemplate) |
| Copy array of pointers without copying the associated objects. | |
Simple wrapper for construction operation arrays.
Definition at line 144 of file fbconstructionhistory.h.
Constructor.
Destructor.