|
MFC Class Library | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
BASE_CLASS
|
+--CTypedPtrArray
in AFXTEMPL.HCTypedPtrArray
Method Summary
intAdd( TYPE newElement )
intAppend( const CTypedPtrArray< BASE_CLASS, TYPE >& src )
voidCopy( const CTypedPtrArray< BASE_CLASS, TYPE >& src )
TYPE&ElementAt( int nIndex )
TYPEGetAt( int nIndex ) const
voidInsertAt( int nIndex, TYPE newElement, int nCount = 1 )
voidInsertAt( int nStartIndex, CTypedPtrArray< BASE_CLASS, TYPE >* pNewArray )
TYPEoperator[]( int nIndex ) const
voidSetAt( int nIndex, TYPE ptr )
voidSetAtGrow( 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
DETAIL: FIELD | CONSTR | METHOD