|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#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.
| moab::TagVarBytesLess::TagVarBytesLess | ( | const void * | v, |
| int | s | ||
| ) | [inline] |
Definition at line 68 of file TagCompare.hpp.
| bool moab::TagVarBytesLess::operator() | ( | const void * | data | ) | const [inline] |
Definition at line 69 of file TagCompare.hpp.
References moab::VarLenTag::data(), size, moab::VarLenTag::size(), and value.
| bool moab::TagVarBytesLess::operator() | ( | const VarLenTag & | vdata | ) | const [inline] |
Definition at line 77 of file TagCompare.hpp.
References moab::VarLenTag::data(), size, moab::VarLenTag::size(), and value.
int moab::TagVarBytesLess::size [private] |
Definition at line 65 of file TagCompare.hpp.
Referenced by operator()().
const void* moab::TagVarBytesLess::value [private] |
Definition at line 64 of file TagCompare.hpp.
Referenced by operator()().