Fawkes API
Fawkes Development Version
|
Compare sets of syncpoints. More...
#include "syncpoint_manager.h"
Public Member Functions | |
bool | operator() (const RefPtr< SyncPoint > sp1, const RefPtr< SyncPoint > sp2) const |
LessThan Operator to use for the manager's SyncPoint set Since we store RefPtrs to SyncPoints we have to override this operator otherwise, each SyncPoint would be unique. More... | |
Compare sets of syncpoints.
Definition at line 43 of file syncpoint.h.
bool fawkes::SyncPointSetLessThan::operator() | ( | const RefPtr< SyncPoint > | sp1, |
const RefPtr< SyncPoint > | sp2 | ||
) | const |
LessThan Operator to use for the manager's SyncPoint set Since we store RefPtrs to SyncPoints we have to override this operator otherwise, each SyncPoint would be unique.
Definition at line 105 of file syncpoint_manager.cpp.