|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <TagCompare.hpp>
Public Member Functions | |
| TagBytesLess (const void *v, int s) | |
| bool | operator() (const void *data) const |
Private Attributes | |
| const void * | value |
| int | size |
Test if fixed-length opaque tag values are less than a value
Definition at line 28 of file TagCompare.hpp.
| moab::TagBytesLess::TagBytesLess | ( | const void * | v, |
| int | s | ||
| ) | [inline] |
Definition at line 35 of file TagCompare.hpp.
| bool moab::TagBytesLess::operator() | ( | const void * | data | ) | const [inline] |
int moab::TagBytesLess::size [private] |
Definition at line 32 of file TagCompare.hpp.
Referenced by operator()().
const void* moab::TagBytesLess::value [private] |
Definition at line 31 of file TagCompare.hpp.
Referenced by operator()().