Celeritas
0.5.0-56+6b053cd
|
Public Member Functions | |
DummyParams (AuxId aux_id) | |
Construct with aux ID. | |
AuxId | aux_id () const final |
Index of this class instance in its registry. | |
std::string_view | label () const final |
Label for the auxiliary data. | |
UPState | create_state (MemSpace m, StreamId id, size_type size) const final |
Build state data for a stream. | |
Public Member Functions inherited from celeritas::AuxParamsInterface | |
virtual | ~AuxParamsInterface () |
Default destructor. | |
Additional Inherited Members | |
Public Types inherited from celeritas::AuxParamsInterface | |
using | UPState = std::unique_ptr< AuxStateInterface > |
Default destructor. | |
Protected Member Functions inherited from celeritas::AuxParamsInterface | |
AuxParamsInterface ()=default | |
CELER_DEFAULT_COPY_MOVE (AuxParamsInterface) | |
Default destructor. | |