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

#include <ListOfListOfFloatArray.h>

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

Classes

class  RCData
 

Public Member Functions

 ListOfListOfFloatArray ()
 
 ListOfListOfFloatArray (const int numberOfElements)
 
 ListOfListOfFloatArray (const ListOfListOfFloatArray &, const CopyType=DEEP)
 
 ~ListOfListOfFloatArray ()
 
ListOfListOfFloatArrayoperator= (const ListOfListOfFloatArray &)
 
void addElement (const int index)
 
void addElement ()
 
void addElement (const ListOfFloatArray &t, const int index)
 
void addElement (const ListOfFloatArray &t)
 
int getLength () const
 
ListOfFloatArrayoperator[] (const int index) const
 
void deleteElement (const ListOfFloatArray &X)
 
void deleteElement (const int index)
 
void deleteElement ()
 
void destroy ()
 
void swapElements (const int i, const int j)
 
int getIndex (const ListOfFloatArray &X) const
 
void reference (const ListOfListOfFloatArray &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

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

Member Function Documentation

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

Reimplemented from ReferenceCounting.

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

References rcData.

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

References rcData.

void ListOfListOfFloatArray::openAPositionForAnElement ( const int  index)
protected
ListOfListOfFloatArray& ListOfListOfFloatArray::operator= ( const ListOfListOfFloatArray )
ListOfFloatArray& ListOfListOfFloatArray::operator[] ( const int  index) const
void ListOfListOfFloatArray::reference ( const ListOfListOfFloatArray list)
void ListOfListOfFloatArray::swapElements ( const int  i,
const int  j 
)

Member Data Documentation

RCData* ListOfListOfFloatArray::rcData

Referenced by getLength(), and listLength().


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