Overture
Version 25
|
#include <ListOfIntSerialArray.h>
Classes | |
class | RCData |
Public Member Functions | |
ListOfIntSerialArray () | |
ListOfIntSerialArray (const int numberOfElements) | |
ListOfIntSerialArray (const ListOfIntSerialArray &, const CopyType=DEEP) | |
~ListOfIntSerialArray () | |
ListOfIntSerialArray & | operator= (const ListOfIntSerialArray &) |
void | addElement (const int index) |
void | addElement () |
void | addElement (const intSerialArray &t, const int index) |
void | addElement (const intSerialArray &t) |
int | getLength () const |
intSerialArray & | operator[] (const int index) const |
void | deleteElement (const intSerialArray &X) |
void | deleteElement (const int index) |
void | deleteElement () |
void | destroy () |
void | swapElements (const int i, const int j) |
int | getIndex (const intSerialArray &X) const |
void | reference (const ListOfIntSerialArray &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 |
ListOfIntSerialArray::ListOfIntSerialArray | ( | ) |
ListOfIntSerialArray::ListOfIntSerialArray | ( | const int | numberOfElements | ) |
ListOfIntSerialArray::ListOfIntSerialArray | ( | const ListOfIntSerialArray & | , |
const CopyType | = DEEP |
||
) |
ListOfIntSerialArray::~ListOfIntSerialArray | ( | ) |
void ListOfIntSerialArray::addElement | ( | const int | index | ) |
Referenced by Ogen::updateRefinementNew(), and Ogen::updateRefinementNewer().
void ListOfIntSerialArray::addElement | ( | ) |
void ListOfIntSerialArray::addElement | ( | const intSerialArray & | t, |
const int | index | ||
) |
void ListOfIntSerialArray::addElement | ( | const intSerialArray & | t | ) |
|
virtual |
Reimplemented from ReferenceCounting.
|
protected |
void ListOfIntSerialArray::deleteElement | ( | const intSerialArray & | X | ) |
Referenced by Ogen::updateRefinementNew(), and Ogen::updateRefinementNewer().
void ListOfIntSerialArray::deleteElement | ( | const int | index | ) |
void ListOfIntSerialArray::deleteElement | ( | ) |
|
protected |
void ListOfIntSerialArray::destroy | ( | ) |
Referenced by CompositeGridData::operator=().
int ListOfIntSerialArray::getIndex | ( | const intSerialArray & | X | ) | const |
|
inline |
References rcData.
Referenced by Ogen::movingUpdateNew(), CompositeGridData::operator=(), Ogen::updateRefinementNew(), and Ogen::updateRefinementNewer().
|
protected |
|
inline |
References rcData.
|
protected |
ListOfIntSerialArray& ListOfIntSerialArray::operator= | ( | const ListOfIntSerialArray & | ) |
intSerialArray& ListOfIntSerialArray::operator[] | ( | const int | index | ) | const |
void ListOfIntSerialArray::reference | ( | const ListOfIntSerialArray & | list | ) |
Referenced by Ogmg::buildExtraLevelsNew().
void ListOfIntSerialArray::swapElements | ( | const int | i, |
const int | j | ||
) |
RCData* ListOfIntSerialArray::rcData |
Referenced by getLength(), and listLength().