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

#include <ListOfDoubleArray.h>

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

Classes

class  RCData
 

Public Member Functions

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

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

Member Function Documentation

void ListOfDoubleArray::addElement ( const int  index)
void ListOfDoubleArray::addElement ( )
void ListOfDoubleArray::addElement ( const doubleArray &  t,
const int  index 
)
void ListOfDoubleArray::addElement ( const doubleArray &  t)
void ListOfDoubleArray::breakReference ( )
virtual

Reimplemented from ReferenceCounting.

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

References rcData.

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

References rcData.

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

Member Data Documentation

RCData* ListOfDoubleArray::rcData

Referenced by getLength(), and listLength().


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