BehaveRT::SimEnginePlugInInstallationToken Class Reference
Represents the installable token associated to each plugIn.
More...
List of all members.
Detailed Description
Represents the installable token associated to each plugIn.
It resolves the following problem:
- Given an extension chain of plugIn: plugIn_1->plugIn_2->...->plugIn_2 each of which extends SimEnginePlugIn.
- I want to identify the extact pointer to the plugIn class from SimEnginePlugIn.
- The keyword "this" does not work well becouse it will refers to the top of the extension chain.
- The solution is to give an extension token to each installed plugIn which is out of the extension chain.
The documentation for this class was generated from the following file: