moab
moab::DamselUtil::tinfo Class Reference

struct to hold information on damsel/moab tags More...

#include <DamselUtil.hpp>

List of all members.

Public Member Functions

 tinfo (Tag mt, damsel_handle dt, TagType tt)
 tinfo ()

Public Attributes

Tag mTagh
damsel_handle dTagh
TagType tagType

Detailed Description

struct to hold information on damsel/moab tags

Definition at line 86 of file DamselUtil.hpp.


Constructor & Destructor Documentation

moab::DamselUtil::tinfo::tinfo ( Tag  mt,
damsel_handle  dt,
TagType  tt 
) [inline]

Definition at line 89 of file DamselUtil.hpp.

: mTagh(mt), dTagh(dt), tagType(tt) {};

Definition at line 90 of file DamselUtil.hpp.

: mTagh(0), dTagh(0), tagType(MB_TAG_ANY) {};

Member Data Documentation

Definition at line 93 of file DamselUtil.hpp.

Definition at line 90 of file DamselUtil.hpp.


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