Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces
hdfbufferfactory.hh File Reference

In this file, a class for automatically creating intermediate buffer data structures between the user provided data and the file are provided. More...

#include <vector>
#include <hdf5.h>
#include <boost/multi_array.hpp>
#include "hdftype.hh"
#include "hdfutilities.hh"
Include dependency graph for hdfbufferfactory.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utopia::DataIO::HDFBufferFactory
 Class which turns non-vector or plain-array containers into vectors. If the value_types are containers themselves, these are turned into vectors as well, because HDF5 cannot write something else. More...
 

Namespaces

 Utopia
 
 Utopia::DataIO
 

Detailed Description

In this file, a class for automatically creating intermediate buffer data structures between the user provided data and the file are provided.