ViennaGrid - The Vienna Grid Library  2.1.0
Data Structures | Namespaces | Functions
viennagrid/storage/io.hpp File Reference

Defines a functor for dumping the contents of a container to an output stream. More...

#include <ostream>
#include <iterator>
#include <typeinfo>
#include <iostream>
#include "viennagrid/forwards.hpp"
#include "viennagrid/storage/container_collection.hpp"
#include "viennagrid/storage/algorithm.hpp"

Go to the source code of this file.

Data Structures

class  container_output_functor

Namespaces

namespace  viennagrid
 

The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces.


namespace  viennagrid::detail
 

Namespace for implementation details. Not intended to be used directly by a library user.


Functions

template<typename container_typemap >
std::ostream & operator<< (std::ostream &os, const viennagrid::collection< container_typemap > &container_collection)

Detailed Description

Defines a functor for dumping the contents of a container to an output stream.