
Creator implementation for objects that are created through a no-argument ctor
| B | the base class or interface. This is the same as Creator 's T parameter | |
| Ptr | equivalent to Creator 's PtrT parameter | |
| C | the concrete class that will be instantiated. Default is B itself. |
Public Types | |
| typedef Ptr | Pointer |
| typedef B | Type |
Public Member Functions | |
| Pointer | create () |
|
|
|
|
|
|
|
|||||||||
|
Implements ONE::util::Creator< B, Ptr >. |
1.4.3