ARM 4.0 Factories
[ARM 4.0]

Within C++ ARM 4.0 API there exist no factory classes since the C++ API is an wrapper around a C ARM 4.0 implementation there are only different C ARM 4.0 implementations but not C++ implementations.

Therefore we can simplify the C++ API by using standard C++ constructors which allows the contruction of objects on the stack.

Note:
The C++ ARM 4.0 API uses some global objects to load the ARM 4.0 C implementation and to simplify the API by using default global constant values for method parameters. Therefore it is not possible to use global C++ ARM 4.0 objects since the order of construction of these objects is undefined.
 All Classes Namespaces Files Functions Variables