Encapsule un hid_t pour un attribute.
Plus de détails...
#include <arcane/hdf5/Hdf5Utils.h>
|
| | HAttribute (HAttribute &&rhs) |
| HAttribute & | operator= (HAttribute &&rhs) |
|
HAttribute & | operator= (const HAttribute &hid)=delete |
| | HAttribute (const HAttribute &v) |
| void | remove (const Hid &loc_id, const String &var) |
| void | create (const Hid &loc_id, const String &var, hid_t save_type, const HSpace &space_id) |
| void | open (const Hid &loc_id, const String &var) |
| herr_t | write (hid_t native_type, void *array) |
| herr_t | read (hid_t native_type, void *array) |
| HSpace | getSpace () |
| | Hid (hid_t id) |
| hid_t | id () const |
| bool | isBad () const |
Encapsule un hid_t pour un attribute.
Définition à la ligne 501 du fichier hdf5/Hdf5Utils.h.
◆ HAttribute() [1/3]
| Arcane::Hdf5Utils::HAttribute::HAttribute |
( |
| ) |
|
|
inline |
◆ ~HAttribute()
| Arcane::Hdf5Utils::HAttribute::~HAttribute |
( |
| ) |
|
◆ HAttribute() [2/3]
| Arcane::Hdf5Utils::HAttribute::HAttribute |
( |
HAttribute && | rhs | ) |
|
|
inline |
◆ HAttribute() [3/3]
| Arcane::Hdf5Utils::HAttribute::HAttribute |
( |
const HAttribute & | v | ) |
|
|
inline |
◆ create()
| void Arcane::Hdf5Utils::HAttribute::create |
( |
const Hid & | loc_id, |
|
|
const String & | var, |
|
|
hid_t | save_type, |
|
|
const HSpace & | space_id ) |
◆ getSpace()
| HSpace Arcane::Hdf5Utils::HAttribute::getSpace |
( |
| ) |
|
◆ open()
| void Arcane::Hdf5Utils::HAttribute::open |
( |
const Hid & | loc_id, |
|
|
const String & | var ) |
◆ operator=()
| HAttribute & Arcane::Hdf5Utils::HAttribute::operator= |
( |
HAttribute && | rhs | ) |
|
|
inline |
◆ read()
| herr_t Arcane::Hdf5Utils::HAttribute::read |
( |
hid_t | native_type, |
|
|
void * | array ) |
◆ remove()
| void Arcane::Hdf5Utils::HAttribute::remove |
( |
const Hid & | loc_id, |
|
|
const String & | var ) |
◆ write()
| herr_t Arcane::Hdf5Utils::HAttribute::write |
( |
hid_t | native_type, |
|
|
void * | array ) |
La documentation de cette classe a été générée à partir des fichiers suivants :