interface for bytestream conversion services
More...
#include <IByteStreamCnvSvc.h>
interface for bytestream conversion services
Definition at line 18 of file IByteStreamCnvSvc.h.
◆ DeclareInterfaceID()
◆ findFullEventAssembler()
◆ getFullEventAssembler()
template<class T >
StatusCode IByteStreamCnvSvc::getFullEventAssembler |
( |
T *& |
t, |
|
|
const std::string & |
name |
|
) |
| |
Access to FullEventAssembler.
Definition at line 42 of file IByteStreamCnvSvc.h.
47 t =
dynamic_cast<T*
>(fea);
50 <<
"FullEventAssembler with key '" <<
name <<
"' exists, but of different type" <<
endmsg;
51 return StatusCode::FAILURE;
53 return StatusCode::SUCCESS;
56 auto ptr = std::make_unique<T>();
◆ storeFullEventAssembler()
virtual StatusCode IByteStreamCnvSvc::storeFullEventAssembler |
( |
std::unique_ptr< FullEventAssemblerBase > |
fea, |
|
|
const std::string & |
name |
|
) |
| |
|
protectedpure virtual |
The documentation for this class was generated from the following file: