libpniio
Data Structures | Namespaces | Functions
is_class.hpp File Reference
#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.

Data Structures

class  pni::io::nx::is_class_visitor< GTYPE, FTYPE, ATYPE, LTYPE >
 is class visitor More...
 

Namespaces

 pni
 
 pni::io
 
 pni::io::nx
 

Functions

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...