#include "GaudiKernel/Kernel.h"
#include "Reflex/PluginService.h"
#include "GaudiKernel/ClassID.h"
#include "RVersion.h"
Go to the source code of this file.
Classes |
| class | CnvFactory< T > |
| class | ConverterID |
Defines |
| #define | DECLARE_GENERIC_CONVERTER(x) |
| #define | DECLARE_NAMESPACE_GENERIC_CONVERTER(n, x) |
| #define | DECLARE_CONVERTER(x) |
| #define | DECLARE_NAMESPACE_CONVERTER(n, x) |
| #define | DECLARE_CONVERTER_FACTORY(x) PLUGINSVC_FACTORY_WITH_ID(x,ConverterID(x::storageType(),x::classID()),IConverter*(ISvcLocator*)) |
| #define | DECLARE_NAMESPACE_CONVERTER_FACTORY(n, x) using n::x; PLUGINSVC_FACTORY_WITH_ID(x,ConverterID(x::storageType(),x::classID()),IConverter*(ISvcLocator*)) |
Functions |
| std::ostream & | operator<< (std::ostream &s, const ConverterID &id) |
Define Documentation
| #define DECLARE_CONVERTER |
( |
|
x ) |
|
| #define DECLARE_GENERIC_CONVERTER |
( |
|
x ) |
|
| #define DECLARE_NAMESPACE_CONVERTER |
( |
|
n, |
|
|
|
x |
|
) |
| |
| #define DECLARE_NAMESPACE_CONVERTER_FACTORY |
( |
|
n, |
|
|
|
x |
|
) |
| using n::x; PLUGINSVC_FACTORY_WITH_ID(x,ConverterID(x::storageType(),x::classID()),IConverter*(ISvcLocator*)) |
| #define DECLARE_NAMESPACE_GENERIC_CONVERTER |
( |
|
n, |
|
|
|
x |
|
) |
| |
Function Documentation
Definition at line 52 of file CnvFactory.h.
{
s << "CNV_" << id.m_stype << "_" << id.m_clid;
return s;
}