Celeritas
0.5.0-56+6b053cd
|
#include "corecel/OpaqueId.hh"
Typedefs | |
using | celeritas::StreamId = OpaqueId< class Stream_ > |
Unique ID for multithreading/multitasking. | |
using | celeritas::ThreadId = OpaqueId< struct Thread_ > |
Index of a thread inside the current kernel. | |
using | celeritas::TrackSlotId = OpaqueId< struct TrackSlot_ > |
Index of a state inside the vector of all states. | |
using | celeritas::ActionId = OpaqueId< class ActionInterface > |
Within-step action to apply to a track. | |