Overture  Version 25
Classes | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ListOfFloatArray Class Reference

#include <ListOfFloatArray.h>

Inheritance diagram for ListOfFloatArray:
Inheritance graph
[legend]
Collaboration diagram for ListOfFloatArray:
Collaboration graph
[legend]

Classes

class  RCData
 

Public Member Functions

 ListOfFloatArray ()
 
 ListOfFloatArray (const int numberOfElements)
 
 ListOfFloatArray (const ListOfFloatArray &, const CopyType=DEEP)
 
 ~ListOfFloatArray ()
 
ListOfFloatArrayoperator= (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

RCDatarcData
 

Protected Member Functions

void initialize ()
 
void deleteStuff ()
 
void openAPositionForAnElement (const int index)
 
void checkRange (const int) const
 

Constructor & Destructor Documentation

ListOfFloatArray::ListOfFloatArray ( )
ListOfFloatArray::ListOfFloatArray ( const int  numberOfElements)
ListOfFloatArray::ListOfFloatArray ( const ListOfFloatArray ,
const CopyType  = DEEP 
)
ListOfFloatArray::~ListOfFloatArray ( )

Member Function Documentation

void ListOfFloatArray::addElement ( const int  index)
void ListOfFloatArray::addElement ( )
void ListOfFloatArray::addElement ( const floatArray &  t,
const int  index 
)
void ListOfFloatArray::addElement ( const floatArray &  t)
void ListOfFloatArray::breakReference ( )
virtual

Reimplemented from ReferenceCounting.

void ListOfFloatArray::checkRange ( const int  ) const
protected
void ListOfFloatArray::deleteElement ( const floatArray &  X)
void ListOfFloatArray::deleteElement ( const int  index)
void ListOfFloatArray::deleteElement ( )
void ListOfFloatArray::deleteStuff ( )
protected
void ListOfFloatArray::destroy ( )
int ListOfFloatArray::getIndex ( const floatArray &  X) const
int ListOfFloatArray::getLength ( ) const
inline

References rcData.

void ListOfFloatArray::initialize ( )
protected
int ListOfFloatArray::listLength ( ) const
inline

References rcData.

void ListOfFloatArray::openAPositionForAnElement ( const int  index)
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 
)

Member Data Documentation

RCData* ListOfFloatArray::rcData

Referenced by getLength(), and listLength().


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