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_) |
|
#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_ |
|
) |
| |
Value:
#define EDM_PLUGIN_SYM(x, y)
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition at line 33 of file registration_macros.h.
#define ONLY_REGISTER_PLUGIN_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| |
Value:
#define EDM_PLUGIN_SYM(x, y)
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition at line 43 of file registration_macros.h.
#define REGISTER_KEYLIST_PLUGIN |
( |
|
record_, |
|
|
|
type_, |
|
|
|
source_ |
|
) |
| |
Value:
#define EDM_PLUGIN_SYM(x, y)
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition at line 54 of file registration_macros.h.
#define REGISTER_PLUGIN |
( |
|
record_, |
|
|
|
type_ |
|
) |
| |
Value:
#define ONLY_REGISTER_PLUGIN(record_, type_)
#define INSTANTIATE_PROXY(record_, type_)
Definition at line 37 of file registration_macros.h.
#define REGISTER_PLUGIN_INIT |
( |
|
record_, |
|
|
|
type_, |
|
|
|
initializer_ |
|
) |
| |
Value:
#define ONLY_REGISTER_PLUGIN_INIT(record_, type_, initializer_)
#define INSTANTIATE_PROXY_INIT(record_, type_, initializer_)
Definition at line 47 of file registration_macros.h.