SST  11.1.0
StructuralSimulationToolkit
SST::Activity::pq_less_priority_order Class Reference

To use with STL priority queues, that order in reverse. More...

#include <activity.h>

Public Member Functions

bool operator() (const Activity *lhs, const Activity *rhs) const
 Compare based off pointers.
 
bool operator() (const Activity &lhs, const Activity &rhs) const
 Compare based off references.
 

Detailed Description

To use with STL priority queues, that order in reverse.

For use when you have already binned by time


The documentation for this class was generated from the following file: