ReferenceCounter Class Reference

Class definition of the ReferenceCounter. A class which provides the possibility to create references and to release them. More...

#include <opcuatypes.h>

Inheritance diagram for ReferenceCounter:

List of all members.


Public Member Functions

 ReferenceCounter ()
virtual ~ReferenceCounter ()
int addReference ()
int releaseReference ()
int referenceCount ()

Detailed Description

Class definition of the ReferenceCounter. A class which provides the possibility to create references and to release them.

ReferenceCounter


Constructor & Destructor Documentation

ReferenceCounter::ReferenceCounter (  ) 

construction

ReferenceCounter::~ReferenceCounter (  )  [virtual]

destruction


Member Function Documentation

int ReferenceCounter::addReference (  ) 

Add references to the Nodes.

Returns:
result of the Method.

int ReferenceCounter::releaseReference (  ) 

Releases references from the Nodes.

Returns:
result of the Method.

int ReferenceCounter::referenceCount (  ) 

Counts all references of the Nodes.

Returns:
result of the Method.


The documentation for this class was generated from the following files:
  • src/uaserver/uaservercpp/coremodule/opcuatypes.h
  • src/uaserver/uaservercpp/coremodule/opcuatypes.cpp