casacore
|
#include <casacore/casa/aips.h>
#include <casacore/casa/BasicSL/String.h>
#include <hdf5.h>
Go to the source code of this file.
Classes | |
class | casacore::HDF5Object |
An abstract base class representing an HDF5 object. More... | |
Namespaces | |
casacore | |
this file contains all the compiler specific defines | |
Functions | |
void | casacore::throwInvHDF5 () |
Define 2 functions to check that hid_t and hsize_t are mapped correctly. More... | |
void | casacore::check_hid_t (int) |
template<typename T > | |
void | casacore::check_hid_t (T) |
void | casacore::check_hsize_t (unsigned long long) |
template<typename T > | |
void | casacore::check_hsize_t (T) |