|
WSF
|
A factory for creating components on an object with a component list.. More...
#include <WsfComponentFactory.hpp>

Public Member Functions | |
| WsfComponentFactoryBase (int aParentRole) | |
| virtual | ~WsfComponentFactoryBase () |
| int | GetParentRole () const |
| Return the parent role of the factory. | |
Protected Member Functions | |
| WsfScenario & | GetScenario () const |
| Returns a reference to the scenario to which this factory is registered. | |
Friends | |
| class | WsfScenario |
A factory for creating components on an object with a component list..
| WsfComponentFactoryBase::WsfComponentFactoryBase | ( | int | aParentRole | ) |
Referenced by WsfComponentFactory< PARENT_TYPE >::WsfComponentFactory(), and WsfScenario.
|
virtual |
|
inline |
Return the parent role of the factory.
|
inlineprotected |
Returns a reference to the scenario to which this factory is registered.
References WsfScenario.
|
friend |
References WsfComponentFactoryBase(), and WsfScenario.
Referenced by GetScenario(), and WsfScenario.