#include <TagCompare.hpp>
Public Member Functions | |
TagVarBytesLess (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 if variable-length opaque tag values are less than a value
Definition at line 61 of file TagCompare.hpp.
|
inline |
Definition at line 68 of file TagCompare.hpp.
|
inline |
Definition at line 77 of file TagCompare.hpp.
References moab::VarLenTag::data(), size, moab::VarLenTag::size(), and value.
|
inline |
Definition at line 69 of file TagCompare.hpp.
References moab::VarLenTag::data(), size, moab::VarLenTag::size(), and value.
|
private |
Definition at line 65 of file TagCompare.hpp.
Referenced by operator()().
|
private |
Definition at line 64 of file TagCompare.hpp.
Referenced by operator()().