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