Go to the source code of this file.
◆ SDR_REGISTER_PARSER_PLUGIN
| #define SDR_REGISTER_PARSER_PLUGIN |
( |
| ParserPluginClass | ) |
|
Value:
{ \
.SetFactory<SdrParserPluginFactory<ParserPluginClass>>(); \
}
TfType represents a dynamic runtime type.
static TfType const & Define()
Define a TfType with the given C++ type T and C++ base types B.
#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 27 of file parserPlugin.h.