|
h5cpp
0.6.0
A modern C++ wrapper for the HDF5 C library
|
scalar dataspace More...
#include <scalar.hpp>


Public Member Functions | |
| Scalar () | |
| default constructor More... | |
| Scalar (const Dataspace &space) | |
| constructor More... | |
Public Member Functions inherited from hdf5::dataspace::Dataspace | |
| virtual | ~Dataspace () |
| destructor More... | |
| Dataspace () | |
| default constructor More... | |
| Dataspace (ObjectHandle &&handle) | |
| constructor More... | |
| Dataspace (Dataspace &&type)=default | |
| move constructor More... | |
| Dataspace (const Dataspace &space) | |
| copy constructor More... | |
| Dataspace & | operator= (const Dataspace &space) |
| copy assignment More... | |
| virtual hssize_t | size () const |
| number of elements in the dataspace More... | |
| operator hid_t () const | |
| allows explicit conversion to hid_t More... | |
| Type | type () const |
| get the type of the dataspace More... | |
| bool | is_valid () const |
| check validity of the dataspace More... | |
Additional Inherited Members | |
Public Attributes inherited from hdf5::dataspace::Dataspace | |
| SelectionManager | selection |
| access to selection manager More... | |
Protected Member Functions inherited from hdf5::dataspace::Dataspace | |
| Dataspace (Type type) | |
Dataspace for a single value
| hdf5::dataspace::Scalar::Scalar | ( | ) |
| hdf5::dataspace::Scalar::Scalar | ( | const Dataspace & | space | ) |