libpniio
|
#include <pni/core/types.hpp>
#include "../nxpath/nxpath.hpp"
#include "get_parent.hpp"
#include "get_root.hpp"
#include "get_attribute.hpp"
#include "get_child.hpp"
#include "utils.hpp"
Go to the source code of this file.
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
Functions | |
template<typename OTYPE , typename PATHT > | |
auto | pni::io::nx::get_object (const OTYPE &o, const PATHT &path) -> decltype(get_parent(o)) |
retrieve an object from path More... | |