Go to the source code of this file.
#define NDR_REGISTER_DISCOVERY_PLUGIN |
( |
|
DiscoveryPluginClass | ) |
|
Value:
{ \
TfType::Define<DiscoveryPluginClass, TfType::Bases<NdrDiscoveryPlugin>>() \
.SetFactory<NdrDiscoveryPluginFactory<DiscoveryPluginClass>>(); \
}
#define TF_REGISTRY_FUNCTION(KEY_TYPE)
Register a discovery plugin (DiscoveryPluginClass
) with the plugin system. If registered, the discovery plugin will execute its discovery process when the registry is instantiated.
Definition at line 43 of file discoveryPlugin.h.