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

#include <DamselUtil.hpp>

+ Collaboration diagram for moab::DamselUtil::MtagP< T >:

Public Types

typedef T argument_type
typedef bool result_type

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


Member Typedef Documentation

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

Definition at line 74 of file DamselUtil.hpp.

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

Definition at line 75 of file DamselUtil.hpp.


Constructor & Destructor Documentation

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

Definition at line 78 of file DamselUtil.hpp.

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

        {
            tH = th;
        }

Member Function Documentation

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

Definition at line 82 of file DamselUtil.hpp.

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

        {
            return tclass.mTagh == tH;
        }

Member Data Documentation

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