OpenSDN source code
|
#include <factory.h>
Public Types | |
using | Signature = typename FactoryTypes< Base, Args...>::Signature |
using | FunctionType = typename FactoryTypes< Base, Args...>::FunctionType |
using | DefaultLinkType = DefaultLink< Base, Args...> |
Static Public Attributes | |
static FunctionType | create_func_ = nullptr |
static DefaultLinkType | default_link_ {} |
using StaticObjectFactory::FactoryRecord< Base, Args >::DefaultLinkType = DefaultLink<Base, Args...> |
using StaticObjectFactory::FactoryRecord< Base, Args >::FunctionType = typename FactoryTypes<Base, Args...>::FunctionType |
using StaticObjectFactory::FactoryRecord< Base, Args >::Signature = typename FactoryTypes<Base, Args...>::Signature |
|
static |
|
static |