Overture
Version 25
|
#include <ListOfFloatArray.h>
Classes | |
class | RCData |
Public Member Functions | |
ListOfFloatArray () | |
ListOfFloatArray (const int numberOfElements) | |
ListOfFloatArray (const ListOfFloatArray &, const CopyType=DEEP) | |
~ListOfFloatArray () | |
ListOfFloatArray & | operator= (const ListOfFloatArray &) |
void | addElement (const int index) |
void | addElement () |
void | addElement (const floatArray &t, const int index) |
void | addElement (const floatArray &t) |
int | getLength () const |
floatArray & | operator[] (const int index) const |
void | deleteElement (const floatArray &X) |
void | deleteElement (const int index) |
void | deleteElement () |
void | destroy () |
void | swapElements (const int i, const int j) |
int | getIndex (const floatArray &X) const |
void | reference (const ListOfFloatArray &list) |
void | breakReference () |
int | listLength () const |
Public Member Functions inherited from ReferenceCounting | |
ReferenceCounting () | |
ReferenceCounting (const ReferenceCounting &x, const CopyType ct=DEEP) | |
virtual | ~ReferenceCounting () |
Integer | incrementReferenceCount () |
Integer | decrementReferenceCount () |
Integer | getReferenceCount () const |
Logical | uncountedReferencesMayExist () |
virtual aString | getClassName () const |
Integer | getGlobalID () const |
void | setGlobalID (int id) |
virtual void | consistencyCheck () const |
Public Attributes | |
RCData * | rcData |
Protected Member Functions | |
void | initialize () |
void | deleteStuff () |
void | openAPositionForAnElement (const int index) |
void | checkRange (const int) const |
ListOfFloatArray::ListOfFloatArray | ( | ) |
ListOfFloatArray::ListOfFloatArray | ( | const int | numberOfElements | ) |
ListOfFloatArray::ListOfFloatArray | ( | const ListOfFloatArray & | , |
const CopyType | = DEEP |
||
) |
ListOfFloatArray::~ListOfFloatArray | ( | ) |
void ListOfFloatArray::addElement | ( | const int | index | ) |
void ListOfFloatArray::addElement | ( | ) |
void ListOfFloatArray::addElement | ( | const floatArray & | t, |
const int | index | ||
) |
void ListOfFloatArray::addElement | ( | const floatArray & | t | ) |
|
virtual |
Reimplemented from ReferenceCounting.
|
protected |
void ListOfFloatArray::deleteElement | ( | const floatArray & | X | ) |
void ListOfFloatArray::deleteElement | ( | const int | index | ) |
void ListOfFloatArray::deleteElement | ( | ) |
|
protected |
void ListOfFloatArray::destroy | ( | ) |
int ListOfFloatArray::getIndex | ( | const floatArray & | X | ) | const |
|
inline |
References rcData.
|
protected |
|
inline |
References rcData.
|
protected |
ListOfFloatArray& ListOfFloatArray::operator= | ( | const ListOfFloatArray & | ) |
floatArray& ListOfFloatArray::operator[] | ( | const int | index | ) | const |
void ListOfFloatArray::reference | ( | const ListOfFloatArray & | list | ) |
void ListOfFloatArray::swapElements | ( | const int | i, |
const int | j | ||
) |
RCData* ListOfFloatArray::rcData |
Referenced by getLength(), and listLength().