moab
moab::TypeSequenceManager::SequenceCompare Class Reference

Comparision function used in std::set. More...

#include <TypeSequenceManager.hpp>

List of all members.

Public Member Functions

bool operator() (const EntitySequence *a, const EntitySequence *b) const

Detailed Description

Comparision function used in std::set.

Define less-than comparison for EntitySequence pointers as a comparison of the entity handles in the pointed-to EntitySequences.

Definition at line 29 of file TypeSequenceManager.hpp.


Member Function Documentation

bool moab::TypeSequenceManager::SequenceCompare::operator() ( const EntitySequence a,
const EntitySequence b 
) const [inline]

Definition at line 30 of file TypeSequenceManager.hpp.

          : bool operator()( const EntitySequence* a, const EntitySequence* b ) const
      { return a->end_handle() < b->start_handle(); }

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