libpniio
|
#include <sstream>
#include <pni/core/types.hpp>
#include <pni/core/utilities.hpp>
#include "nxattribute_manager.hpp"
#include "nximp_map.hpp"
#include "nxobject_traits.hpp"
#include "nxfilter.hpp"
#include "../exceptions.hpp"
#include "nxlink.hpp"
#include "algorithms/as_group.hpp"
Go to the source code of this file.
Data Structures | |
class | pni::io::nx::nxgroup< IMPID > |
NXgroup object. More... | |
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
Functions | |
template<nximp_code IMPID> | |
bool | pni::io::nx::operator== (const nxgroup< IMPID > &a, const nxgroup< IMPID > &b) |
group equality check More... | |
template<nximp_code IMPID> | |
bool | pni::io::nx::operator!= (const nxgroup< IMPID > &a, const nxgroup< IMPID > &b) |
group inequality check More... | |