|
SST
15.1.0
StructuralSimulationToolkit
|
Class to sort the contents of the TimeVortex in preparation for checkpointing. More...
#include <simulation_impl.h>
Data Structures | |
| struct | less |
Public Types | |
| using | iterator = std::vector< Activity * >::iterator |
Public Member Functions | |
| void | sortData () |
| std::pair< iterator, iterator > | getEventsForHandler (uintptr_t handler) |
| std::pair< iterator, iterator > | getActions () |
Data Fields | |
| std::vector< Activity * > | data |
| iterator | action_start |
Class to sort the contents of the TimeVortex in preparation for checkpointing.