|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Store the previous state and action IDs. More...
#include <StatusCheckData.hh>
Public Types | |
| template<class T > | |
| using | Items = celeritas::StateCollection< T, W, M > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Check whether the interface is assigned. | |
| CELER_FUNCTION TrackSlotId::size_type | size () const |
| State size. | |
| template<Ownership W2, MemSpace M2> | |
| StatusCheckStateData & | operator= (StatusCheckStateData< W2, M2 > &other) |
| Assign from another set of data. | |
Public Attributes | |
| ActionId | action |
| StepActionOrder | order {StepActionOrder::size_} |
| Items< TrackStatus > | status |
| Items< ActionId > | post_step_action |
| Items< ActionId > | along_step_action |
Store the previous state and action IDs.