5#ifndef ITRIGSERHELPERBASE_H
6#define ITRIGSERHELPERBASE_H
8#include "GaudiKernel/IAlgTool.h"
26 virtual StatusCode
createObj(
const std::string &clname, IOpaqueAddress* iAddr,
void *&ptr,
bool) = 0;
30 virtual StatusCode
createRep(
const std::string &clname,
void *ptr, std::vector<uint32_t> &out,
bool) = 0;
static const InterfaceID IID_ITrigSerConvHelper("ITrigSerConvHelper", 1, 0)
Declaration of the interface ID ( interface id, major version, minor version)
virtual ~ITrigSerConvHelperBase()
virtual StatusCode createRep(const std::string &clname, void *ptr, std::vector< uint32_t > &out, bool)=0
virtual StatusCode createObj(const std::string &clname, IOpaqueAddress *iAddr, void *&ptr, bool)=0
AlgTool interface of a helper for converter classes.
static const InterfaceID & interfaceID()