|
RMF
|
#include <RMF/HDF5/ConstFile.h>
Inheritance diagram for RMF::HDF5::ConstFile:Public Member Functions | |
| ConstFile (File f) | |
| std::string | get_name () const |
Public Member Functions inherited from RMF::HDF5::ConstGroup | |
| ConstGroup (ConstGroup parent, std::string name) | |
| template<class TypeTraits , unsigned int D> | |
| ConstDataSetD< TypeTraits, D > | get_child_data_set (std::string name) const |
| template<class TypeTraits , unsigned int D> | |
| ConstDataSetD< TypeTraits, D > | get_child_data_set (std::string name, DataSetAccessPropertiesD< TypeTraits, D > props) const |
| ConstGroup | get_child_group (unsigned int i) const |
| ConstGroup | get_child_group (std::string name) const |
| bool | get_child_is_data_set (unsigned int i) const |
| bool | get_child_is_group (unsigned int i) const |
| bool | get_child_is_group (std::string name) const |
| std::string | get_child_name (unsigned int i) const |
| bool | get_has_child (std::string name) const |
| unsigned int | get_number_of_children () const |
| ConstDataSetD< TypeTraits, 1 > | get_child_type_data_set_1d (std::string name, DataSetAccessPropertiesD< TypeTraits, 1 > props) const |
| ConstDataSetD< TypeTraits, 1 > | get_child_type_data_set_1d (std::string name) const |
| ConstDataSetD< TypeTraits, 2 > | get_child_type_data_set_2d (std::string name, DataSetAccessPropertiesD< TypeTraits, 2 > props) const |
| ConstDataSetD< TypeTraits, 2 > | get_child_type_data_set_2d (std::string name) const |
| ConstDataSetD< TypeTraits, 3 > | get_child_type_data_set_3d (std::string name, DataSetAccessPropertiesD< TypeTraits, 3 > props) const |
| ConstDataSetD< TypeTraits, 3 > | get_child_type_data_set_3d (std::string name) const |
Public Member Functions inherited from RMF::HDF5::ConstAttributes< Object > | |
| CT | copy_to (const CF &cf) const |
| bool | get_has_attribute (std::string nm) const |
| TypeTraits::Types | get_attribute (std::string name) const |
| Ints | get_int_attribute (std::string nm) const |
| Floats | get_float_attribute (std::string nm) const |
| Ints | get_index_attribute (std::string nm) const |
| std::string | get_char_attribute (std::string nm) const |
Public Member Functions inherited from RMF::HDF5::Object | |
| File | get_file () const |
| Get an object for the file containing the object. | |
| hid_t | get_handle () const |
| std::string | get_name () const |
Additional Inherited Members | |
Protected Member Functions inherited from RMF::HDF5::ConstGroup | |
| ConstGroup (std::shared_ptr< SharedHandle > h) | |
Protected Member Functions inherited from RMF::HDF5::ConstAttributes< Object > | |
| ConstAttributes (std::shared_ptr< SharedHandle > h) | |
Protected Member Functions inherited from RMF::HDF5::Object | |
| Object (std::shared_ptr< SharedHandle > h) | |
| std::shared_ptr< SharedHandle > | get_shared_handle () const |
| void | open (std::shared_ptr< SharedHandle > h) |
Store a handle to a non-writable HDF5 file. See the HDF5 manual for more information.
Definition at line 27 of file ConstFile.h.