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

#include <DamselUtil.hpp>

List of all members.

Public Member Functions

 DtagP (const damsel_handle &th)
bool operator() (const T &tclass)

Public Attributes

damsel_handle tH

Detailed Description

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

Definition at line 103 of file DamselUtil.hpp.


Constructor & Destructor Documentation

template<class T >
moab::DamselUtil::DtagP< T >::DtagP ( const damsel_handle &  th) [inline]

Definition at line 105 of file DamselUtil.hpp.

{tH = th;};

Member Function Documentation

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

Definition at line 106 of file DamselUtil.hpp.

{return tclass.dTagh == tH;};

Member Data Documentation

template<class T >
damsel_handle moab::DamselUtil::DtagP< T >::tH

Definition at line 106 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