USGS

Isis 3.0 Application Source Code Reference

Home

DeleteObject Struct Reference

#include <CamTools.h>

List of all members.


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 93 of file CamTools.h.

Public Member Functions

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


Member Function Documentation

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

Definition at line 95 of file CamTools.h.


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