Open Reality Reference Guide
FBConstructionOperationArray Class Reference

Simple wrapper for construction operation arrays. More...

#include <fbconstructionhistory.h>

Inheritance diagram for FBConstructionOperationArray:

Public Member Functions

 FBConstructionOperationArray ()
 Constructor. More...
 
 ~FBConstructionOperationArray ()
 Destructor. More...
 
- Public Member Functions inherited from FBArrayTemplate< FBConstructionOperation * >
 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...
 
FBConstructionOperationGetAt (int pIndex)
 Get item at pIndex. More...
 
FBConstructionOperationGetLast ()
 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...
 

Detailed Description

Simple wrapper for construction operation arrays.

Definition at line 144 of file fbconstructionhistory.h.

Constructor & Destructor Documentation

◆ FBConstructionOperationArray()

Constructor.

◆ ~FBConstructionOperationArray()

Destructor.


The documentation for this class was generated from the following file: