#include "art/Framework/Services/Registry/detail/ServiceHandleAllowed.h"
#include "art/Framework/Services/Registry/detail/declaration_helper_macros.h"
#include "art/Framework/Services/Registry/ServiceTable.h"
Go to the source code of this file.
Macros | |
#define | DECLARE_ART_SERVICE(svc, scope) ART_DETAIL_DECLARE_SERVICE(svc, scope) |
#define | DECLARE_ART_SERVICE_INTERFACE(svc, scope) |
#define | DECLARE_ART_SERVICE_INTERFACE_IMPL(svc, iface, scope) |
#define DECLARE_ART_SERVICE | ( | svc, | |
scope | |||
) | ART_DETAIL_DECLARE_SERVICE(svc, scope) |
Definition at line 77 of file ServiceDeclarationMacros.h.
#define DECLARE_ART_SERVICE_INTERFACE | ( | svc, | |
scope | |||
) |
Definition at line 80 of file ServiceDeclarationMacros.h.
#define DECLARE_ART_SERVICE_INTERFACE_IMPL | ( | svc, | |
iface, | |||
scope | |||
) |
Definition at line 94 of file ServiceDeclarationMacros.h.