libpniio
|
#include <pni/io/exceptions.hpp>
#include <pni/io/nx/h5/hdf5_utilities.hpp>
#include <pni/io/nx/h5/object_imp.hpp>
#include <pni/io/nx/h5/h5_error_stack.hpp>
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
pni::io::nx::h5 | |
Functions | |
pni::core::string | pni::io::nx::h5::get_filename (const object_imp &object) |
get object filename More... | |
pni::core::string | pni::io::nx::h5::get_path (const object_imp &object) |
get object path More... | |
string | pni::io::nx::h5::get_attribute_name (const object_imp &object) |
string | pni::io::nx::h5::get_others_name (const object_imp &object) |
pni::core::string | pni::io::nx::h5::get_name (const object_imp &obj) |
return object name More... | |
pni::core::string | pni::io::nx::h5::get_parent_path (const object_imp &object) |
get parent path More... | |
object_imp | pni::io::nx::h5::get_object_parent (const object_imp &obj) |
object_imp | pni::io::nx::h5::get_attribute_parent (const object_imp &obj) |
object_imp | pni::io::nx::h5::get_parent (const object_imp &obj) |
return the parent object More... | |