Orion
high-rate readout
|
Factory framework. More...
Go to the source code of this file.
Classes | |
class | itk::CoreFactory |
CoreFactory core class for OOP factory framework. More... | |
class | itk::Factory< T > |
Templated implementation of Factory class. More... | |
Functions | |
void | itk::set_factory (CoreFactory &factory) |
Set factory as default. More... | |
template<typename T , typename... Args> | |
T * | itk::make (Args &... args) |
Templated class creator. More... | |
Factory framework.
T* itk::make | ( | Args &... | args | ) |
Templated class creator.
T | - class type |
args | - constructor arguments |
|
inline |
Set factory as default.
factory | - factory instance |