FreeNOS
|
Factory design pattern providing a standard creation function. More...
#include <Factory.h>
Static Public Member Functions | |
static T * | create () |
Create an instance of T. More... | |
Factory design pattern providing a standard creation function.
|
inlinestatic |