Factory
Functions
Object * |
|
Detailed Description
-
class Factory
Factory class needed to create planetary framework classes instances.
The ART::Factory class works as the RED::Factory class, for the creation of ART framework classes, except that there’s no transaction management at the ART framework level. Object do themselves internally manage all REDsdk transactions.
Objects are created using ART::Factory::CreateInstance, and are released using ART::Factory::DeleteInstance.