#include <StaticFactory.h>
Public Member Functions | |
virtual void | addClasses (ComponentRegistrar *f)=0 |
The framework may be handed an instance or instances of this to inform it of the component classes that were static linked and their constructors.
virtual void StaticFactory::addClasses | ( | ComponentRegistrar * | f | ) | [pure virtual] |
The framework will invoke this function once giving the StaticFactory implementation the chance to call on the ComponentRegistrar interface. f should not be cached by the StaticFactory implementation.
Implemented in BabelStaticFactory.