UA Server SDK C++ Bundle  1.3.3.206
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
UserDataBase Class Reference

Base class for user data stored in a UaNode. More...

#include <uabasenodes.h>

Inherited by UaVariableNs1UserData.

Public Member Functions

 UserDataBase ()
 Construction of the UserDataBase. More...
 
virtual ~UserDataBase ()
 Destruction of the UaNode. More...
 

Detailed Description

Base class for user data stored in a UaNode.

User data classes need to be derived from this class if the user data should be added to a UaNode to allow the UaNode to clean the memory of the user data when the UaNode is deleted.

Constructor & Destructor Documentation

UserDataBase::UserDataBase ( )
inline

Construction of the UserDataBase.

virtual UserDataBase::~UserDataBase ( )
inlinevirtual

Destruction of the UaNode.


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