#include <2DRectSet.h>
Inheritance diagram for C2DRectSet:

Public Member Functions | |
| void | AddCopy (const C2DRectSet &Other) |
| Adds a copy of the other pointer array. | |
| void | MakeCopy (const C2DRectSet &Other) |
| Makes a copy of the other. | |
| void | operator<< (C2DBaseSet &Other) |
| Passes ONLY the pointers of this type from the Other into this. | |
| void | Add (C2DRect *NewItem) |
| Adds a new pointer and takes responsibility for it. | |
| void | AddCopy (const C2DRect &NewItem) |
| Adds a copy of the item given. | |
| void | DeleteAndSet (int nIndx, C2DRect *NewItem) |
| Deletes the current item and sets the pointer to be the new one. | |
| C2DRect * | ExtractAndSet (int nIndx, C2DRect *NewItem) |
| Extracts the current item and sets the pointer to be the new one. | |
| C2DRect * | GetAt (int nIndx) |
| Returns the value at the point given. | |
| const C2DRect * | GetAt (int nIndx) const |
| Returns the value at the point given. | |
| C2DRect & | operator[] (int nIndx) |
| Returns a reference to the value at the point given. | |
| const C2DRect & | operator[] (int nIndx) const |
| Returns a reference to the value at the point given. | |
| C2DRect * | GetLast (void) |
| Returns a pointer to the last item. | |
| C2DRect * | ExtractAt (unsigned int nIndx) |
| Extracts the pointer passing deletion responsibility over. | |
| C2DRect * | ExtractLast (void) |
| Extracts the pointer passing deletion responsibility over. | |
| void | InsertAt (unsigned int nIndex, C2DRect *NewItem) |
| Insertion. | |
| void | InsertAt (unsigned int nIndex, C2DRectSet &Other) |
| Insertion of another array. | |
| void | operator<< (C2DRectSet &Other) |
| Passes all the pointers from the Other into this. | |
| void | operator<< (C2DRect *NewItem) |
| Adds a new pointer and takes responsibility for it. | |
---------------------------------------------------------------------------
|
|
Adds a copy of the item given.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
|
Adds a copy of the other pointer array.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
|
Makes a copy of the other.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
|
Passes ONLY the pointers of this type from the Other into this.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- Reimplemented from C2DBaseSet. |
1.4.4