CartoType API
Classes | Public Member Functions
CartoType::CPointerList< T > Class Template Reference

#include <cartotype_list.h>

Inheritance diagram for CartoType::CPointerList< T >:
CartoType::CListBase

List of all members.

Classes

class  TConstIter
class  TIter
class  TLink

Public Member Functions

 CPointerList (bool aOwnData=true)
void Clear ()
int32 Count () const
TResult Prefix (const T *aPtr)
TResult Append (const T *aPtr)
void Delete (TIter &aIter)
TIter First ()
TIter Last ()
TConstIter First () const
TConstIter Last () const
TIter Iter (TListLink *aLink)
TConstIter Iter (const TListLink *aLink)

Detailed Description

template<class T>
class CartoType::CPointerList< T >

A list class for storing large objects via pointers. The list takes ownership of the objects.


The documentation for this class was generated from the following file: