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

CRainAutoArray Class Template Reference

#include <RainAutoArray.h>

List of all members.

Public Methods

 CRainAutoArray ()
 ~CRainAutoArray ()
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 CRainAutoArray< type >


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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