#include <Gaudi/Details/PluginServiceDetailsV2.h>
#include <functional>
#include <memory>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <utility>
Go to the source code of this file.
◆ _PS_V2_DECLARE_COMPONENT
#define _PS_V2_DECLARE_COMPONENT |
( |
|
type | ) |
|
◆ _PS_V2_DECLARE_COMPONENT_WITH_ID
#define _PS_V2_DECLARE_COMPONENT_WITH_ID |
( |
|
type, |
|
|
|
id |
|
) |
| |
Value: namespace { \
::Gaudi::PluginService::v2::Details::stringify_id( id )}; \
}
Definition at line 117 of file PluginServiceV2.h.
◆ _PS_V2_DECLARE_FACTORY
#define _PS_V2_DECLARE_FACTORY |
( |
|
type, |
|
|
|
factory |
|
) |
| |
◆ _PS_V2_DECLARE_FACTORY_WITH_ID
#define _PS_V2_DECLARE_FACTORY_WITH_ID |
( |
|
type, |
|
|
|
id, |
|
|
|
factory |
|
) |
| |
Value: namespace { \
::Gaudi::PluginService::v2::Details::stringify_id( id )}; \
}
Definition at line 128 of file PluginServiceV2.h.