UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaObjectArray< T > Class Template Reference

UaObjectArray. More...

#include <uaarraytemplates.h>

Public Member Functions

T & operator[] (const OpcUa_UInt32 index) const
 
void create (OpcUa_UInt32 length)
 
void clear ()
 
const T * rawData () const
 
OpcUa_UInt32 length () const
 

Detailed Description

template<class T>
class UaObjectArray< T >

UaObjectArray.

Template wrapper class for an array of C++ class instances. This class is a template for wrapper classes used to manage arrays of C++ class instances. It provides methods to create and to delete such arrays. It is not possible to create plane copies of this Class.


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