casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
class | casa::HDF5Object |
An abstract base class representing an HDF5 object. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Typedefs | |
typedef int | hid_t |
typedef unsigned long long | hsize_t |
Functions | |
void | casa::throwInvHDF5 () |
Define 2 functions to check that hid_t and hsize_t are mapped correctly. | |
void | casa::check_hid_t (int) |
template<typename T > | |
void | casa::check_hid_t (T) |
void | casa::check_hsize_t (unsigned long long) |
template<typename T > | |
void | casa::check_hsize_t (T) |
typedef int hid_t |
Definition at line 41 of file HDF5Object.h.
typedef unsigned long long hsize_t |
Definition at line 42 of file HDF5Object.h.