UA Server SDK C++ Bundle  1.3.3.206
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaStackTypeArray< T, fctClear > Class Template Reference

UaStackTypeArray. More...

#include <uaarraytemplates.h>

Detailed Description

template<class T, PfnClear fctClear>
class UaStackTypeArray< T, fctClear >

UaStackTypeArray.

Template wrapper class for arrays of OPC UA stack types. This class is a template for wrapper classes used to manage arrays of OPC UA types. It provides methods to create, resize and delete such arrays and to attach and detach such arrays. If the OPC UA type in the array is a structure, the array clean up calls also the type specific clear method to clean up the memory allocated inside the structure. It is not possible to create plane copies of this class.


The documentation for this class was generated from the following file: