MOAB: Mesh Oriented datABase  (version 5.4.1)
moab::DamselUtil::DtagP< T > Struct Template Reference

#include <DamselUtil.hpp>

Public Types

typedef T argument_type
typedef bool result_type

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 90 of file DamselUtil.hpp.


Member Typedef Documentation

template<class T >
typedef T moab::DamselUtil::DtagP< T >::argument_type

Definition at line 93 of file DamselUtil.hpp.

template<class T >
typedef bool moab::DamselUtil::DtagP< T >::result_type

Definition at line 94 of file DamselUtil.hpp.


Constructor & Destructor Documentation

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

Definition at line 97 of file DamselUtil.hpp.

References moab::DamselUtil::DtagP< T >::tH.

        {
            tH = th;
        }

Member Function Documentation

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

Definition at line 101 of file DamselUtil.hpp.

References moab::DamselUtil::DtagP< T >::tH.

        {
            return tclass.dTagh == tH;
        }

Member Data Documentation

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

List of all members.


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