h5cpp  0.6
A modern C++ wrapper for the HDF5 C library
hdf5::Context Class Reference

#include <context.hpp>

Public Member Functions

void open (const hid_t &)
 
bool is_open (const hid_t &) const
 
void close (const hid_t &)
 
 Context (Context const &)=delete
 
void operator= (Context const &)=delete
 

Static Public Member Functions

static Contextsingleton ()
 

Constructor & Destructor Documentation

◆ Context()

hdf5::Context::Context ( Context const &  )
delete

Member Function Documentation

◆ close()

void hdf5::Context::close ( const hid_t &  )

◆ is_open()

bool hdf5::Context::is_open ( const hid_t &  ) const

◆ open()

void hdf5::Context::open ( const hid_t &  )

◆ operator=()

void hdf5::Context::operator= ( Context const &  )
delete

◆ singleton()

static Context& hdf5::Context::singleton ( )
inlinestatic

The documentation for this class was generated from the following file: