[ROOT] --> small

class CrcPtrArray
    extends CPtrArray as public

Author:
unascribed

Version:
unknown

Source:
agitoPtrArray.h:31

Constructors Index

CrcPtrArray
[public]
~CrcPtrArray
[public]


Methods Index

Add
[public]
InsertAt
[public]
RemoveAt
[public]
SetAt
[public]


Constructors

CrcPtrArray

public CrcPtrArray ( ) ;

CrcPtrArray

public virtual ~ CrcPtrArray ( ) ;


Methods

RemoveAt

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

Add

public int Add ( void * newElement ) ;

InsertAt

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

SetAt

public void SetAt ( int nIndex ,
                    void * newElement ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.