| Celeritas 0.7.0-dev.170+develop.df22d2a88
    | 

| 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. | |
| 
 | inlinefinalvirtual | 
Index of this class instance in its registry.
Implements celeritas::AuxParamsInterface.
| 
 | finalvirtual | 
Build state data for a stream.
Implements celeritas::AuxParamsInterface.
| 
 | inlinefinalvirtual | 
Label for the auxiliary data.
Implements celeritas::AuxParamsInterface.