#include <pni/core/types.hpp>
#include <pni/core/error.hpp>
#include "../nximp_code.hpp"
#include "../nxobject.hpp"
#include "../nxobject_traits.hpp"
Go to the source code of this file.
|
template<template< nximp_code > class OTYPE, nximp_code IMPID> |
pni::core::string | pni::io::nx::get_class (const OTYPE< IMPID > &group) |
| get the class of a group More...
|
|
template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > |
pni::core::string | pni::io::nx::get_class (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &o) |
| get group class More...
|
|