Go to the source code of this file.
|
#define | INSTANTIATE_PROXY(record_, type_) template class DataProxyWrapper<record_, type_>; |
|
#define | INSTANTIATE_PROXY_INIT(record_, type_, initializer_) template class DataProxyWrapper<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_) |
|
◆ INSTANTIATE_PROXY
#define INSTANTIATE_PROXY |
( |
|
record_, |
|
|
|
type_ |
|
) |
| template class DataProxyWrapper<record_, type_>; |
◆ INSTANTIATE_PROXY_INIT
#define INSTANTIATE_PROXY_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| template class DataProxyWrapper<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: ONLY_REGISTER_PLUGIN(record_, type_)
#define INSTANTIATE_PROXY(record_, type_)
Definition at line 36 of file registration_macros.h.
◆ REGISTER_PLUGIN_INIT
#define REGISTER_PLUGIN_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| |
Value: ONLY_REGISTER_PLUGIN_INIT(record_, type_, initializer_)
#define INSTANTIATE_PROXY_INIT(record_, type_, initializer_)
Definition at line 47 of file registration_macros.h.