CppFactory
0.1.0
Modern c++ object factory implementation in <200 lines
|
Represents a traditional factory capable of creating allocating objects More...
#include <CppFactory.hpp>
Public Member Functions | |
virtual std::shared_ptr< TObject > | Allocate (Args &&... args) |
Allocates an instance of type TObject More... | |
Represents a traditional factory capable of creating allocating objects
TObject | The type of object |
Args | The ctor argument types for the object constructor |
|
inlinevirtual |
Allocates an instance of type TObject