#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.
|
template<typename CTYPE , template< nximp_code > class PTYPE, nximp_code IMPID> |
CTYPE | pni::io::nx::get_attributes (const PTYPE< IMPID > &parent) |
| get attributes from an object More...
|
|
template<typename CTYPE , typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > |
CTYPE | pni::io::nx::get_attributes (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &parent) |
| get attributes More...
|
|