






















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