Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CGXSizeableArray Class Template Reference

#include <GXSizeableArray.h>

List of all members.

Public Methods

 CGXSizeableArray ()
 operator type * ()
void Cleanup ()
UINT GetElementCount ()
type GetElementAt (UINT uIndex)
bool Grow (UINT uMaxElementCount)
bool InsertElement (UINT uIndex, type &Element)
bool SetGrowAmt (UINT uAmt)
void SetInitCallback (void(*pCallback)(type *))
bool SetElementAt (type *pIn, UINT uIndex)

template<typename type>
class CGXSizeableArray< type >


Constructor & Destructor Documentation

template<typename type>
CGXSizeableArray< type >::CGXSizeableArray   [inline]
 


Member Function Documentation

template<typename type>
void CGXSizeableArray< type >::Cleanup   [inline]
 

template<typename type>
type CGXSizeableArray< type >::GetElementAt UINT    uIndex [inline]
 

template<typename type>
UINT CGXSizeableArray< type >::GetElementCount   [inline]
 

template<typename type>
bool CGXSizeableArray< type >::Grow UINT    uMaxElementCount [inline]
 

template<typename type>
bool CGXSizeableArray< type >::InsertElement UINT    uIndex,
type &    Element
[inline]
 

template<typename type>
bool CGXSizeableArray< type >::SetElementAt type *    pIn,
UINT    uIndex
[inline]
 

template<typename type>
bool CGXSizeableArray< type >::SetGrowAmt UINT    uAmt [inline]
 

template<typename type>
void CGXSizeableArray< type >::SetInitCallback void(*    pCallback)(type *) [inline]
 

template<typename type>
CGXSizeableArray< type >::operator type *   [inline]
 


The documentation for this class was generated from the following file:
Generated on Thu May 23 17:51:01 2002 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001