home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CUIntArray

CObject
   |
   +--CUIntArray

   in AFXCOLL.H

class CUIntArray
extends CObject


Inner Classes, Typedefs, and Enums
typedef CUIntArray::BASE_ARG_TYPE
          
typedef CUIntArray::BASE_TYPE
          
 
Field Summary
protected int m_nGrowBy
          
protected int m_nMaxSize
          
protected int m_nSize
          
protected UINT* m_pData
          
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
CUIntArray()
          
~CUIntArray()
          
 
Method Summary
 int Add( UINT newElement )
          
 int Append( const CUIntArray& src )
          
 void Copy( const CUIntArray& src )
          
 UINT& ElementAt( int nIndex )
          
 void FreeExtra()
          
 UINT GetAt( int nIndex ) const
          
 const UINT* GetData() const
          
 int GetSize() const
          
 int GetUpperBound() const
          
 void InsertAt( int nIndex, UINT newElement, int nCount = 1 )
          
 void InsertAt( int nStartIndex, CUIntArray* pNewArray )
          
 UINT operator[]( int nIndex ) const
          
 void RemoveAll()
          
 void RemoveAt( int nIndex, int nCount = 1 )
          
 void SetAt( int nIndex, UINT newElement )
          
 void SetAtGrow( int nIndex, UINT newElement )
          
 void SetSize( int nNewSize, int nGrowBy =-1 )
          
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

m_nGrowBy

protected int m_nGrowBy;

m_nMaxSize

protected int m_nMaxSize;

m_nSize

protected int m_nSize;

m_pData

protected UINT* m_pData;


Constructor Detail

CUIntArray

public CUIntArray();

~CUIntArray

public ~CUIntArray();


Method Detail

Add

public int Add( UINT newElement );

Append

public int Append( const CUIntArray& src );

Copy

public void Copy( const CUIntArray& src );

ElementAt

public UINT& ElementAt( int nIndex );

FreeExtra

public void FreeExtra();

GetAt

public UINT GetAt( int nIndex ) const;

GetData

public const UINT* GetData() const;

GetSize

public int GetSize() const;

GetUpperBound

public int GetUpperBound() const;

InsertAt

public void InsertAt( int nIndex, UINT newElement, int nCount = 1 );

InsertAt

public void InsertAt( int nStartIndex, CUIntArray* pNewArray );

operator[]

public UINT operator[]( int nIndex ) const;

RemoveAll

public void RemoveAll();

RemoveAt

public void RemoveAt( int nIndex, int nCount = 1 );

SetAt

public void SetAt( int nIndex, UINT newElement );

SetAtGrow

public void SetAtGrow( int nIndex, UINT newElement );

SetSize

public void SetSize( int nNewSize, int nGrowBy =-1 );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD