Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Functions
hdfobject.hh File Reference
#include <hdf5.h>
#include <memory>
#include "hdfidentifier.hh"
#include "hdfutilities.hh"
#include <utopia/core/logging.hh>
Include dependency graph for hdfobject.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utopia::DataIO::HDFObject< objectcategory >
 Common base class for all HDF5 classes in the DATAIO Module i.e., for all classes that wrap HDF5-C-Library functionality like HDFDataset, HDFGroup, HDFFile. This class is not intendet as something to be used independently, but only as a base class to be inherited from. More...
 

Namespaces

 Utopia
 
 Utopia::DataIO
 

Functions

template<HDFCategory cat>
void Utopia::DataIO::swap (HDFObject< cat > &lhs, HDFObject< cat > &rhs)
 Exchange state of lhs and rhs. More...