#include "Vector.H"
#include <hdf5.h>
#include "Box.H"
#include "Interval.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
|
template<class T > |
void | dataTypes (Vector< hid_t > &a_types, const T &a_dummySpecializationArg) |
|
template<class T > |
void | dataSize (const T &a_item, Vector< int > &a_sizes, const Box &a_box, const Interval &a_comps) |
|
template<class T > |
void | write (const T &a_item, Vector< void *> &a_allocatedBuffers, const Box &a_box, const Interval &a_comps) |
|
template<class T > |
void | read (T &a_item, Vector< void *> &a_allocatedBuffers, const Box &a_box, const Interval &a_comps) |
|
template<class T > |
const char * | name (const T &a_dummySpecializationArg) |
|
◆ _HDF5PORTABLE_H_
◆ dataTypes()
template<class T >
void dataTypes |
( |
Vector< hid_t > & |
a_types, |
|
|
const T & |
a_dummySpecializationArg |
|
) |
| |
|
inline |
◆ dataSize()
template<class T >
void dataSize |
( |
const T & |
a_item, |
|
|
Vector< int > & |
a_sizes, |
|
|
const Box & |
a_box, |
|
|
const Interval & |
a_comps |
|
) |
| |
|
inline |
◆ write()
template<class T >
void write |
( |
const T & |
a_item, |
|
|
Vector< void *> & |
a_allocatedBuffers, |
|
|
const Box & |
a_box, |
|
|
const Interval & |
a_comps |
|
) |
| |
|
inline |
◆ read()
template<class T >
void read |
( |
T & |
a_item, |
|
|
Vector< void *> & |
a_allocatedBuffers, |
|
|
const Box & |
a_box, |
|
|
const Interval & |
a_comps |
|
) |
| |
|
inline |
◆ name()
template<class T >
const char* name |
( |
const T & |
a_dummySpecializationArg | ) |
|
|
inline |