Encapsule un dataset simple d'un fichier HDF5 qui représente un scalaire (éventuellement String). Plus de détails...
#include <arcane/hdf5/Hdf5Utils.h>
Fonctions membres publiques | |
StandardScalarT (hid_t hfile, const String &hpath) | |
Constructeur. | |
DataType | read (Hdf5Utils::StandardTypes &st) |
Lit une donnée. | |
void | write (Hdf5Utils::StandardTypes &st, const DataType &t) |
Ecrit une donnée. | |
String | read (Hdf5Utils::StandardTypes &st) |
void | write (Hdf5Utils::StandardTypes &st, const String &s) |
Attributs protégés | |
hid_t | m_hfile |
String | m_hpath |
Encapsule un dataset simple d'un fichier HDF5 qui représente un scalaire (éventuellement String).
Définition à la ligne 822 du fichier hdf5/Hdf5Utils.h.
|
inline |
Constructeur.
Définition à la ligne 826 du fichier hdf5/Hdf5Utils.h.
String Arcane::Hdf5Utils::StandardScalarT< String >::read | ( | Hdf5Utils::StandardTypes & | st | ) |
Définition à la ligne 1211 du fichier 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 | ||
) |
Définition à la ligne 1261 du fichier Hdf5Utils.cc.
|
protected |
Définition à la ligne 835 du fichier hdf5/Hdf5Utils.h.
|
protected |
Définition à la ligne 836 du fichier hdf5/Hdf5Utils.h.