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

#include <ListOfIntArray.h>

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

Classes

class  RCData
 

Public Member Functions

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

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

Member Function Documentation

void ListOfIntArray::addElement ( const int  index)
void ListOfIntArray::addElement ( )
void ListOfIntArray::addElement ( const intArray &  t,
const int  index 
)
void ListOfIntArray::addElement ( const intArray &  t)
void ListOfIntArray::breakReference ( )
virtual

Reimplemented from ReferenceCounting.

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

References rcData.

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

References rcData.

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

Member Data Documentation

RCData* ListOfIntArray::rcData

Referenced by getLength(), and listLength().


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