Nvwa  1.1
Classes | Namespaces
cont_ptr_utils.h File Reference

Utility functors for containers of pointers (adapted from Scott Meyers' Effective STL). More...

#include "_nvwa.h"
Include dependency graph for cont_ptr_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nvwa::dereference
 Functor to return objects pointed by a container of pointers. More...
 
struct  nvwa::dereference_less
 Functor to compare objects pointed by a container of pointers. More...
 
struct  nvwa::delete_object
 Functor to delete objects pointed by a container of pointers. More...
 
struct  nvwa::output_object< _OutputStrm, _StringType >
 Functor to output objects pointed by a container of pointers. More...
 

Namespaces

 nvwa
 Namespace of the nvwa project.
 

Detailed Description

Utility functors for containers of pointers (adapted from Scott Meyers' Effective STL).

Date
2013-10-06