Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
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

namespace  Utopia
 
namespace  Utopia::DataIO
 

Functions

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