Fawkes API
Fawkes Development Version
|
#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 49 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 111 of file syncpoint_manager.cpp.
References fawkes::SyncPointManager::mutex_, and fawkes::SyncPointManager::syncpoints_.