moab
moab::TagBytesLess Class Reference

#include <TagCompare.hpp>

List of all members.

Public Member Functions

 TagBytesLess (const void *v, int s)
bool operator() (const void *data) const

Private Attributes

const void * value
int size

Detailed Description

Test if fixed-length opaque tag values are less than a value

Definition at line 23 of file TagCompare.hpp.


Constructor & Destructor Documentation

moab::TagBytesLess::TagBytesLess ( const void *  v,
int  s 
) [inline]

Definition at line 28 of file TagCompare.hpp.

: value(v), size(s) {}

Member Function Documentation

bool moab::TagBytesLess::operator() ( const void *  data) const [inline]

Definition at line 29 of file TagCompare.hpp.

      { return 0 < memcmp(value, data, size); }

Member Data Documentation

int moab::TagBytesLess::size [private]

Definition at line 26 of file TagCompare.hpp.

const void* moab::TagBytesLess::value [private]

Definition at line 25 of file TagCompare.hpp.


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