Feature #2887
Allow modules to call library code to register their products
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
User Code
Target version:
-
Start date:
08/17/2012
Due date:
% Done:
100%
Estimated time:
Scope:
Internal
Experiment:
-
SSI Package:
Description
Filter/producer modules should be able to register their products not just in the modules constructor, but also in code called by the constructor. Marc Paterno thinks this functionality already exists simply by passing the "this" pointer to the function and calling this->produces<blah>(). But this functionality needs to be verified.
History
#1 Updated by Christopher Green over 8 years ago
- Category set to User Code
- Status changed from New to Resolved
- % Done changed from 0 to 100
This can be achieved by passing this
to the library code as pointer-to-base, upon which the produces
templates may be invoked.
#2 Updated by Christopher Green over 8 years ago
- Status changed from Resolved to Closed