Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <hdf5.h>
#include <memory>
#include "hdfidentifier.hh"
#include "hdfutilities.hh"
#include <utopia/core/logging.hh>
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 | |
namespace | Utopia |
namespace | Utopia::DataIO |
Functions | |
template<HDFCategory cat> | |
void | Utopia::DataIO::swap (HDFObject< cat > &lhs, HDFObject< cat > &rhs) |
Exchange state of lhs and rhs. | |