C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
SessionUserDataBase Class Referenceabstract

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

#include <session.h>

Public Member Functions

 SessionUserDataBase ()
 Construction of the SessionUserDataBase. More...
 
virtual ~SessionUserDataBase ()
 Destruction of the SessionUserDataBase. More...
 
virtual bool checkUserDataTypeMatch (const UaString &typeName) const =0
 Method to check the type of the SessionUserData implementation. More...
 

Detailed Description

Base class for user data stored in a Session.

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

Constructor & Destructor Documentation

SessionUserDataBase::SessionUserDataBase ( )
inline

Construction of the SessionUserDataBase.

virtual SessionUserDataBase::~SessionUserDataBase ( )
inlinevirtual

Destruction of the SessionUserDataBase.

Member Function Documentation

virtual bool SessionUserDataBase::checkUserDataTypeMatch ( const UaString typeName) const
pure virtual

Method to check the type of the SessionUserData implementation.


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