h5cpp
0.5.2
A modern C++ wrapper for the HDF5 C library
|
#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 Context & | singleton () |
|
delete |
void hdf5::Context::close | ( | const hid_t & | ) |
bool hdf5::Context::is_open | ( | const hid_t & | ) | const |
void hdf5::Context::open | ( | const hid_t & | ) |
|
delete |
|
inlinestatic |