|
BALL
1.4.2
|
#include <BALL/CONCEPT/factory.h>
Static Public Member Functions | |
| static T * | create () |
| Return a pointer to a new instance of T. More... | |
| static void * | createVoid () |
| Return a void pointer to a new instance of T. More... | |
| static const T & | getDefault () |
| Return a reference to a (pre-instantiated) default object. More... | |
Factory class. The factory class is used to create objects of the type it was parameterized with.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
1.8.3.1