12#ifndef SST_CORE_ACTION_H
13#define SST_CORE_ACTION_H
15#include "sst/core/activity.h"
16#include "sst/core/output.h"
17#include "sst/core/serialization/serializer.h"
26class Action :
public Activity
32 bool isAction()
override final {
return true; }
An Action is a schedulable Activity which is not an Event.
Definition action.h:27
void endSimulation()
Called to signal to the Simulation object to end the simulation.
Definition action.cc:21
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition serializer.h:45