Furrballs v0.0.1
A Caching and Storage Solution
Loading...
Searching...
No Matches
StaticFactoryWrapper Class Reference

Wrapper class to manage factories. More...

#include <IFactory.h>

Static Public Member Functions

template<class Value , class... Args>
static unsigned int addFactory (std::function< Value(Args...)> func, Args... args)
 
static void * create (unsigned int id)
 

Detailed Description

Definition at line 51 of file IFactory.h.

Member Function Documentation

◆ addFactory()

template<class Value , class... Args>
static unsigned int addFactory ( std::function< Value(Args...)> func,
Args... args )
inlinestatic

Definition at line 54 of file IFactory.h.

◆ create()

static void * create ( unsigned int id)
inlinestatic

Definition at line 59 of file IFactory.h.


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