Nvwa  1.1
List of all members
nvwa::output_object< _OutputStrm, _StringType > Struct Template Reference

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

#include <cont_ptr_utils.h>

Detailed Description

template<typename _OutputStrm, typename _StringType = const char*>
struct nvwa::output_object< _OutputStrm, _StringType >

Functor to output objects pointed by a container of pointers.

A typical usage might be like:

list<Object*> l;
...
for_each(l.begin(), l.end(), output_object<ostream>(cout, " "));

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