libpniio
|
#include <pni/core/types.hpp>
#include <pni/core/error.hpp>
#include "../nxobject.hpp"
#include "../nxobject_traits.hpp"
Go to the source code of this file.
Data Structures | |
class | pni::io::nx::get_attribute_visitor< GTYPE, FTYPE, ATYPE, LTYPE > |
get attribute visitor More... | |
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
Functions | |
template<template< nximp_code > class PTYPE, nximp_code IMPID> | |
nxobject_trait< IMPID > ::object_type | pni::io::nx::get_attribute (const PTYPE< IMPID > &parent, const pni::core::string &name) |
get attribute by name More... | |
template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > | |
nxobject< GTYPE, FTYPE, ATYPE, LTYPE > | pni::io::nx::get_attribute (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &parent, const pni::core::string &name) |
get attribute More... | |