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

Go to the source code of this file.

Classes

class  Utopia::DataIO::HDFIdentifier
 Wrapper class around an hdf5 identifier, used to manage reference counts of the object this identifier refers to. More...
 

Namespaces

 Utopia
 
 Utopia::DataIO
 

Functions

bool Utopia::DataIO::operator== (const HDFIdentifier &lhs, const HDFIdentifier &rhs)
 Comparsion operator for equality. More...
 
bool Utopia::DataIO::operator!= (const HDFIdentifier &lhs, const HDFIdentifier &rhs)
 Comparsion operator for inequality. More...
 
void Utopia::DataIO::swap (HDFIdentifier &lhs, HDFIdentifier &rhs)
 Exchange the states of lhs and rhs. More...