Abstract factory pattern to build debug or release instances. Use it in combination of IBuilder
Create the debug version of object T.
An instance of T used for the debug version.
Create the release version of object T.
An instance of T used for the release version.
Generated using TypeDoc
Abstract factory pattern to build debug or release instances. Use it in combination of IBuilder