nvwa::delete_object Struct Reference

Functor to delete objects pointed by a container of pointers. More...

#include <cont_ptr_utils.h>

List of all members.

Public Member Functions

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

Detailed Description

Functor to delete objects pointed by a container of pointers.

A typical usage might be like:

 list<Object*> l;
 ...
 for_each(l.begin(), l.end(), delete_object());

Member Function Documentation

template<typename _Tp >
void nvwa::delete_object::operator() ( _Tp *  ptr  )  const [inline]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated by  doxygen 1.6.2