Go to the source code of this file.
|
#define | INSTANTIATE_RESOLVER(record_, type_) template class ProductResolverWrapper<record_, type_>; |
|
#define | INSTANTIATE_RESOLVER_INIT(record_, type_, initializer_) template class ProductResolverWrapper<record_, type_, initializer_>; |
|
#define | ONLY_REGISTER_PLUGIN(record_, type_) |
|
#define | ONLY_REGISTER_PLUGIN_INIT(record_, type_, initializer_) |
|
#define | REGISTER_KEYLIST_PLUGIN(record_, type_, source_) |
|
#define | REGISTER_PLUGIN(record_, type_) |
|
#define | REGISTER_PLUGIN_INIT(record_, type_, initializer_) |
|
#define | REGISTER_PLUGIN_NO_SERIAL(record_, type_) |
|
#define | REGISTER_PLUGIN_NO_SERIAL_INIT(record_, type_, initializer_) |
|
◆ INSTANTIATE_RESOLVER
◆ INSTANTIATE_RESOLVER_INIT
#define INSTANTIATE_RESOLVER_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| template class ProductResolverWrapper<record_, type_, initializer_>; |
◆ ONLY_REGISTER_PLUGIN
#define ONLY_REGISTER_PLUGIN |
( |
|
record_, |
|
|
|
type_ |
|
) |
| |
◆ ONLY_REGISTER_PLUGIN_INIT
#define ONLY_REGISTER_PLUGIN_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| |
◆ REGISTER_KEYLIST_PLUGIN
#define REGISTER_KEYLIST_PLUGIN |
( |
|
record_, |
|
|
|
type_, |
|
|
|
source_ |
|
) |
| |
◆ REGISTER_PLUGIN
#define REGISTER_PLUGIN |
( |
|
record_, |
|
|
|
type_ |
|
) |
| |
Value: DEFINE_COND_SERIAL_REGISTER_PLUGIN(type_); \
ONLY_REGISTER_PLUGIN(record_, type_)
#define INSTANTIATE_RESOLVER(record_, type_)
Definition at line 37 of file registration_macros.h.
◆ REGISTER_PLUGIN_INIT
#define REGISTER_PLUGIN_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| |
Value: DEFINE_COND_SERIAL_REGISTER_PLUGIN_INIT(type_, initializer_); \
ONLY_REGISTER_PLUGIN_INIT(record_, type_, initializer_)
#define INSTANTIATE_RESOLVER_INIT(record_, type_, initializer_)
Definition at line 53 of file registration_macros.h.
◆ REGISTER_PLUGIN_NO_SERIAL
#define REGISTER_PLUGIN_NO_SERIAL |
( |
|
record_, |
|
|
|
type_ |
|
) |
| |
Value: ONLY_REGISTER_PLUGIN(record_, type_)
#define INSTANTIATE_RESOLVER(record_, type_)
Definition at line 42 of file registration_macros.h.
◆ REGISTER_PLUGIN_NO_SERIAL_INIT
#define REGISTER_PLUGIN_NO_SERIAL_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| |
Value: ONLY_REGISTER_PLUGIN_INIT(record_, type_, initializer_)
#define INSTANTIATE_RESOLVER_INIT(record_, type_, initializer_)
Definition at line 58 of file registration_macros.h.