API Docs for SAX and DOM
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
RefArrayOf
(const unsigned int size)
RefArrayOf
(TElem* values[], const unsigned int size)
RefArrayOf
(const RefArrayOf<TElem>& source)
~RefArrayOf
()
TElem*&
operator[]
(const unsigned int index)
const TElem*
operator[]
(const unsigned int index) const
RefArrayOf<TElem>&
operator=
(const RefArrayOf<TElem>& toAssign)
bool
operator==
(const RefArrayOf<TElem>& toCompare) const
bool
operator!=
(const RefArrayOf<TElem>& toCompare) const
unsigned int
copyFrom
(const RefArrayOf<TElem>& srcArray)
unsigned int
length
() const
TElem**
rawData
() const
void
deleteAt
(const unsigned int index)
void
deleteAllElements
()
void
resize
(const unsigned int newSize)
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:
RefArrayOf.hpp
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.