FreeNOS
Static Public Member Functions
AbstractFactory< T > Class Template Reference

Abstract Factory pattern providing a creation function declaration. More...

#include <Factory.h>

Static Public Member Functions

static T * create ()
 Abstract function to create an instance of T. More...
 

Detailed Description

template<class T>
class AbstractFactory< T >

Abstract Factory pattern providing a creation function declaration.

Definition at line 50 of file Factory.h.

Member Function Documentation

◆ create()

template<class T >
static T* AbstractFactory< T >::create ( )
static

Abstract function to create an instance of T.

Returns
Pointer to T.

The documentation for this class was generated from the following file: