libpniio
Namespaces | Functions
object_predicates.hpp File Reference
#include "../nxobject.hpp"
#include "iterators.hpp"
#include "is_field.hpp"
#include "get_name.hpp"
#include "is_class.hpp"
#include "as_group.hpp"

Go to the source code of this file.

Namespaces

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

Functions

template<typename OTYPE >
OTYPE pni::io::nx::get_object_by_name (const OTYPE &parent, const pni::core::string &name)
 search for object by name More...
 
template<typename OTYPE >
OTYPE pni::io::nx::get_object_by_name_and_class (const OTYPE &parent, const pni::core::string &name, const pni::core::string &c)
 search for object by name and class More...
 
template<typename OTYPE >
OTYPE pni::io::nx::get_object_by_class (const OTYPE &parent, pni::core::string c)
 find object by class More...