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