|
SST 16.0.0
Structural Simulation Toolkit
|
Class to sort the contents of the TimeVortex in preparation for checkpointing. More...
#include <simulation.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.