|
Celeritas 0.7.0-dev.245+develop.a7be925e
|
Auxiliary state data owned by a single stream. More...
#include <AuxInterface.hh>

Type aliases | |
| using | SPState = std::shared_ptr< AuxStateInterface > |
| Default destructor. | |
| virtual | ~AuxStateInterface () |
| Default destructor. | |
| AuxStateInterface ()=default | |
| AuxStateInterface (AuxStateInterface const &)=default | |
| Default destructor. | |
| AuxStateInterface & | operator= (AuxStateInterface const &)=default |
| Default destructor. | |
| AuxStateInterface (AuxStateInterface &&)=default | |
| Default destructor. | |
| AuxStateInterface & | operator= (AuxStateInterface &&)=default |
| Default destructor. | |
Auxiliary state data owned by a single stream.
This interface class is strictly to allow polymorphism and dynamic casting. It does not include attributes like size or memspace, because not all use cases require it.
|
protecteddefault |
Allow construction and assignment only through daughter classes