Factory1Arg< B, A1, a1 > Class Template Reference#include <Factory.h>
Inheritance diagram for Factory1Arg< B, A1, a1 >:
[legend]List of all members.
Detailed Description
template<class B, class A1, A1 a1>
class Factory1Arg< B, A1, a1 >
Uses template to specify a constant parameter to the constructor.
Definition at line 27 of file Factory.h.
|
Public Member Functions |
|
virtual B * | construct () |
| | Just returns a new B constructed with arguments a1.
|
|
virtual void * | constructTemplate () |
| | return a new object from the Factory subclass
|
The documentation for this class was generated from the following file:
|