moab
moab::DamselUtil::MtagP< T > Struct Template Reference

#include <DamselUtil.hpp>

List of all members.

Public Member Functions

 MtagP (const Tag &th)
bool operator() (const T &tclass)

Public Attributes

Tag tH

Detailed Description

template<class T>
struct moab::DamselUtil::MtagP< T >

Definition at line 96 of file DamselUtil.hpp.


Constructor & Destructor Documentation

template<class T >
moab::DamselUtil::MtagP< T >::MtagP ( const Tag th) [inline]

Definition at line 98 of file DamselUtil.hpp.

{tH = th;};

Member Function Documentation

template<class T >
bool moab::DamselUtil::MtagP< T >::operator() ( const T tclass) [inline]

Definition at line 99 of file DamselUtil.hpp.

{return tclass.mTagh == tH;};

Member Data Documentation

template<class T >
Tag moab::DamselUtil::MtagP< T >::tH

Definition at line 99 of file DamselUtil.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines