






















|
| |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
RefArrayOf Class Reference#include <RefArrayOf.hpp>
List of all members. Public Methods
Detailed Description
template<class TElem> class RefArrayOf
Constructor & Destructor Documentation
template<class TElem>
RefArrayOf<TElem>::RefArrayOf<TElem> (
|
const unsigned int size) |
|
template<class TElem>
RefArrayOf<TElem>::RefArrayOf<TElem> (
|
TElem * values[], |
|
const unsigned int size) |
|
template<class TElem>
RefArrayOf<TElem>::RefArrayOf<TElem> (
|
const RefArrayOf<TElem>& source) |
|
template<class TElem>
RefArrayOf<TElem>::~RefArrayOf<TElem> () |
|
Member Function Documentation
template<class TElem>
unsigned int RefArrayOf<TElem>::copyFrom (
|
const RefArrayOf<TElem>& srcArray) |
|
template<class TElem>
void RefArrayOf<TElem>::deleteAllElements () |
|
template<class TElem>
void RefArrayOf<TElem>::deleteAt (
|
const unsigned int index) |
|
template<class TElem>
unsigned int RefArrayOf<TElem>::length () const |
|
template<class TElem>
bool RefArrayOf<TElem>::operator!= (
|
const RefArrayOf<TElem>& toCompare) const |
|
template<class TElem>
RefArrayOf<TElem>& RefArrayOf<TElem>::operator= (
|
const RefArrayOf<TElem>& toAssign) |
|
template<class TElem>
bool RefArrayOf<TElem>::operator== (
|
const RefArrayOf<TElem>& toCompare) const |
|
template<class TElem>
const TElem* RefArrayOf<TElem>::operator[] (
|
const unsigned int index) const |
|
template<class TElem>
TElem*& RefArrayOf<TElem>::operator[] (
|
const unsigned int index) |
|
template<class TElem>
TElem** RefArrayOf<TElem>::rawData () const |
|
template<class TElem>
void RefArrayOf<TElem>::resize (
|
const unsigned int newSize) |
|
The documentation for this class was generated from the following file:
|
|
|