Encapsulates a simple dataset from an HDF5 file that represents a scalar (possibly String). More...
#include <arcane/hdf5/Hdf5Utils.h>
Public Member Functions | |
| StandardScalarT (hid_t hfile, const String &hpath) | |
| Constructor. | |
| DataType | read (Hdf5Utils::StandardTypes &st) |
| Reads a data item. | |
| void | write (Hdf5Utils::StandardTypes &st, const DataType &t) |
| Writes a data item. | |
| String | read (Hdf5Utils::StandardTypes &st) |
| void | write (Hdf5Utils::StandardTypes &st, const String &s) |
Protected Attributes | |
| hid_t | m_hfile |
| String | m_hpath |
Encapsulates a simple dataset from an HDF5 file that represents a scalar (possibly String).
Definition at line 876 of file Hdf5Utils.h.
|
inline |
Constructor.
Definition at line 881 of file Hdf5Utils.h.
| String Arcane::Hdf5Utils::StandardScalarT< String >::read | ( | Hdf5Utils::StandardTypes & | st | ) |
Definition at line 1536 of file Hdf5Utils.cc.
| DataType Arcane::Hdf5Utils::StandardScalarT< DataType >::read | ( | Hdf5Utils::StandardTypes & | st | ) |
| void Arcane::Hdf5Utils::StandardScalarT< DataType >::write | ( | Hdf5Utils::StandardTypes & | st, |
| const DataType & | t ) |
| void Arcane::Hdf5Utils::StandardScalarT< String >::write | ( | Hdf5Utils::StandardTypes & | st, |
| const String & | s ) |
Definition at line 1589 of file Hdf5Utils.cc.
|
protected |
Definition at line 896 of file Hdf5Utils.h.
|
protected |
Definition at line 897 of file Hdf5Utils.h.