MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <TagCompare.hpp>
Public Member Functions | |
TagVarBytesEqual (const void *v, int s) | |
bool | operator() (const void *data) const |
bool | operator() (const VarLenTag &vdata) const |
Private Attributes | |
const void * | value |
int | size |
Test variable-length opaque tags for equality
Definition at line 42 of file TagCompare.hpp.
moab::TagVarBytesEqual::TagVarBytesEqual | ( | const void * | v, |
int | s | ||
) | [inline] |
Definition at line 49 of file TagCompare.hpp.
bool moab::TagVarBytesEqual::operator() | ( | const void * | data | ) | const [inline] |
Definition at line 50 of file TagCompare.hpp.
References moab::VarLenTag::data(), size, moab::VarLenTag::size(), and value.
bool moab::TagVarBytesEqual::operator() | ( | const VarLenTag & | vdata | ) | const [inline] |
Definition at line 55 of file TagCompare.hpp.
References moab::VarLenTag::data(), size, moab::VarLenTag::size(), and value.
int moab::TagVarBytesEqual::size [private] |
Definition at line 46 of file TagCompare.hpp.
Referenced by operator()().
const void* moab::TagVarBytesEqual::value [private] |
Definition at line 45 of file TagCompare.hpp.
Referenced by operator()().