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

CGXAutoArray Class Template Reference

#include <GXAutoArray.h>

List of all members.

Public Methods

 CGXAutoArray ()
 ~CGXAutoArray ()
bool Init (UINT uCount)
void Cleanup ()
UINT GetCount ()
type * GetPtr ()
bool IsNonNull ()
bool CopyIn (type *pSrc, UINT uCount)
bool WriteToStream (IStream *pStream)
bool LoadFromStream (IStream *pStream)
void GetValAt (UINT uIndex, type *pOut)
void GetFilteredVal (float fAmt, type *pOut)
 operator type * ()

template<typename type>
class CGXAutoArray< type >


Constructor & Destructor Documentation

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

template<typename type>
CGXAutoArray< type >::~CGXAutoArray   [inline]
 


Member Function Documentation

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

template<typename type>
bool CGXAutoArray< type >::CopyIn type *    pSrc,
UINT    uCount
[inline]
 

template<typename type>
UINT CGXAutoArray< type >::GetCount   [inline]
 

template<typename type>
void CGXAutoArray< type >::GetFilteredVal float    fAmt,
type *    pOut
[inline]
 

template<typename type>
type* CGXAutoArray< type >::GetPtr   [inline]
 

template<typename type>
void CGXAutoArray< type >::GetValAt UINT    uIndex,
type *    pOut
[inline]
 

template<typename type>
bool CGXAutoArray< type >::Init UINT    uCount [inline]
 

template<typename type>
bool CGXAutoArray< type >::IsNonNull   [inline]
 

template<typename type>
bool CGXAutoArray< type >::LoadFromStream IStream *    pStream [inline]
 

template<typename type>
bool CGXAutoArray< type >::WriteToStream IStream *    pStream [inline]
 

template<typename type>
CGXAutoArray< 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