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 CTypedPtrArray

BASE_CLASS
   |
   +--CTypedPtrArray

   in AFXTEMPL.H

template < class BASE_CLASS , class TYPE > class CTypedPtrArray
extends BASE_CLASS

CTypedPtrArray


Method Summary
 int Add( TYPE newElement )
          
 int Append( const CTypedPtrArray< BASE_CLASS, TYPE >& src )
          
 void Copy( const CTypedPtrArray< BASE_CLASS, TYPE >& src )
          
 TYPE& ElementAt( int nIndex )
          
 TYPE GetAt( int nIndex ) const
          
 void InsertAt( int nIndex, TYPE newElement, int nCount = 1 )
          
 void InsertAt( int nStartIndex, CTypedPtrArray< BASE_CLASS, TYPE >* pNewArray )
          
 TYPE operator[]( int nIndex ) const
          
 void SetAt( int nIndex, TYPE ptr )
          
 void SetAtGrow( int nIndex, TYPE newElement )
          
 

Method Detail

Add

public int Add( TYPE newElement );

Append

public int Append( const CTypedPtrArray< BASE_CLASS, TYPE >& src );

Copy

public void Copy( const CTypedPtrArray< BASE_CLASS, TYPE >& src );

ElementAt

public TYPE& ElementAt( int nIndex );

GetAt

public TYPE GetAt( int nIndex ) const;

InsertAt

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

InsertAt

public void InsertAt( int nStartIndex, CTypedPtrArray< BASE_CLASS, TYPE >* pNewArray );

operator[]

public TYPE operator[]( int nIndex ) const;

SetAt

public void SetAt( int nIndex, TYPE ptr );

SetAtGrow

public void SetAtGrow( int nIndex, TYPE newElement );

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