carbGetFrameworkVersion#

Defined in carb/PluginCoreUtils.h

carb::Version carbGetFrameworkVersion()#

An automatically-generated function exported by Carbonite plugins used to check the plugin’s Framework compatibility.

The type of this function is carb::GetFrameworkVersionFn and named kCarbGetFrameworkVersionFnName.

Note

This function is automatically generated for each plugin by the CARB_PLUGIN_IMPL macro. It is called by the Framework when registering a plugin. This serves as documentation of this function only.

Returns:

The Framework version that the plugin was built against. The Framework uses this result to check if the plugin is semantically compatible with the Framework in order to continue loading.