C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaObjectPointerArray< T > Class Template Reference

UaObjectPointerArray. More...

#include <uaarraytemplates.h>

Detailed Description

template<class T>
class UaObjectPointerArray< T >

UaObjectPointerArray.

Template wrapper class for an array of pointers to C++ class instances. This class is a template for wrapper classes used to manage arrays of pointers to C++ class instances. It provides methods to create, to resize and to delete such arrays. In the case of the array deletion in the clear method or in the destructor, delete gets called for each valid object in the array. It is not possible to create shallow copies of this Class.


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