PointerList< T > Class Template Reference

A list that stores pointers, but deletes the objects (and not only the pointers) on destruction. The erase method does NOT delete the objects ! More...

#include <basictypes.h>

Inheritance diagram for PointerList< T >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ~PointerList ()

Detailed Description

template<class T>
class PointerList< T >

A list that stores pointers, but deletes the objects (and not only the pointers) on destruction. The erase method does NOT delete the objects !

Definition at line 39 of file basictypes.h.


Constructor & Destructor Documentation

template<class T>
PointerList< T >::~PointerList (  )  [inline]

Definition at line 41 of file basictypes.h.


The documentation for this class was generated from the following file:
Generated on Mon May 21 01:47:14 2012 for Advanced Strategic Command by  doxygen 1.5.1