Nvwa
1.1
|
Utility functors for containers of pointers (adapted from Scott Meyers' Effective STL). More...
#include "_nvwa.h"
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. | |
Utility functors for containers of pointers (adapted from Scott Meyers' Effective STL).