Go to the source code of this file.
◆ NDR_REGISTER_PARSER_PLUGIN
#define NDR_REGISTER_PARSER_PLUGIN |
( |
|
ParserPluginClass | ) |
|
Value:
{ \
TfType::Define<ParserPluginClass, TfType::Bases<NdrParserPlugin>>() \
.SetFactory<NdrParserPluginFactory<ParserPluginClass>>(); \
}
TfType represents a dynamic runtime type.
#define TF_REGISTRY_FUNCTION(KEY_TYPE)
Define a function that is called on demand by TfRegistryManager.
Register a parser plugin with the plugin system.
Definition at line 26 of file parserPlugin.h.