Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <armadillo>
#include <stdexcept>
#include <hdf5.h>
#include "../core/logging.hh"
#include "../core/type_traits.hh"
#include "../core/ostream.hh"
#include "hdfobject.hh"
#include "hdfutilities.hh"
Go to the source code of this file.
Classes | |
class | Utopia::DataIO::HDFDataspace |
Class that wraps an HDF5 dataspace and takes care of managing its resources. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::DataIO |
Functions | |
void | Utopia::DataIO::swap (HDFDataspace &lhs, HDFDataspace &rhs) |
Swap states of lhs and rhs. | |