Atlfast::DeleteElement Class Reference

#include <containerDelete.h>

List of all members.

Public Member Functions

template<class T>
void operator() (T *ptr)


Detailed Description

STL helper class to call delete on the argument pointer.

Definition at line 13 of file containerDelete.h.


Member Function Documentation

template<class T>
void Atlfast::DeleteElement::operator() ( T *  ptr  )  [inline]

Calls delete on the argument pointer.

Definition at line 17 of file containerDelete.h.

00017 { delete ptr;}


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 14:19:37 2007 for AtlfastAlgs by  doxygen 1.5.1