Factory3Arg< B, A1, a1, A2, a2, A3, a3 > Class Template Reference#include <Factory.h>
Inheritance diagram for Factory3Arg< B, A1, a1, A2, a2, A3, a3 >:
[legend]List of all members.
Detailed Description
template<class B, class A1, A1 a1, class A2, A2 a2, class A3, A3 a3>
class Factory3Arg< B, A1, a1, A2, a2, A3, a3 >
Uses template to specify constant parameters to the constructor.
Definition at line 33 of file Factory.h.
|
Static Public Member Functions |
B * | construct () |
| Just returns a new B constructed with arguments a1 - a3.
|
Member Function Documentation
template<class B, class A1, A1 a1, class A2, A2 a2, class A3, A3 a3> |
B* Factory3Arg< B, A1, a1, A2, a2, A3, a3 >::construct |
( |
|
) |
[inline, static] |
|
|
Just returns a new B constructed with arguments a1 - a3.
Reimplemented from Factory< B >.
Definition at line 35 of file Factory.h. |
The documentation for this class was generated from the following file:
|