USGS

Isis 3.0 Application Source Code Reference

Home

DeleteObject Struct Reference

A very useful, typesafe way to delete pointers in STL container Courtesy Scott Meyers, "Effective STL", Item 7, pg 37-40. More...

#include <CamTools.h>

List of all members.

Public Member Functions

template<typename T >
void operator() (const T *ptr) const

Detailed Description

A very useful, typesafe way to delete pointers in STL container Courtesy Scott Meyers, "Effective STL", Item 7, pg 37-40.

Definition at line 97 of file CamTools.h.


Member Function Documentation

void operator() ( const T *  ptr  )  const [inline]

Definition at line 99 of file CamTools.h.


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