C++ Based OPC UA Client/Server SDK  1.5.5.355

Wrapper class for the UA stack structure OpcUa_ObjectAttributes. More...

#include <uanodeattributes.h>

Inherits OpcUa_ObjectAttributes.

Public Member Functions

 UaObjectAttributes ()
 construction
 
 UaObjectAttributes (const UaObjectAttributes &other)
 construction More...
 
 UaObjectAttributes (const OpcUa_ObjectAttributes &other)
 construction More...
 
 ~UaObjectAttributes ()
 destruction
 
void clear ()
 Clear the data of the UaObjectAttributes. More...
 
UaObjectAttributesoperator= (const UaObjectAttributes &other)
 Assignment operator. More...
 
 operator const OpcUa_ObjectAttributes * () const
 Return internal OpcUa_ObjectAttributes structure. More...
 
OpcUa_ObjectAttributescopy () const
 Copy UaObjectAttributes data to a newly allocated OpcUa_ObjectAttributes. More...
 
void copyTo (OpcUa_ObjectAttributes *pDst) const
 Copy UaObjectAttributes data to an existing OpcUa_ObjectAttributes structure. More...
 
void detach ()
 Reset OpcUa_ObjectAttributes structure without clearing the data. More...
 

Static Public Member Functions

static OpcUa_ObjectAttributesclone (const OpcUa_ObjectAttributes &source)
 Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes. More...
 
static void cloneTo (const OpcUa_ObjectAttributes &source, OpcUa_ObjectAttributes &copy)
 Copy OpcUa_ObjectAttributes data to an existing OpcUa_ObjectAttributes structure. More...
 

Detailed Description

Wrapper class for the UA stack structure OpcUa_ObjectAttributes.

Constructor & Destructor Documentation

UaObjectAttributes::UaObjectAttributes ( const UaObjectAttributes other)

construction

Parameters
otherthe UaObjectAttributes.
UaObjectAttributes::UaObjectAttributes ( const OpcUa_ObjectAttributes other)

construction

Parameters
otherthe OpcUa_ObjectAttributes.

Member Function Documentation

void UaObjectAttributes::clear ( )

Clear the data of the UaObjectAttributes.

OpcUa_ObjectAttributes * UaObjectAttributes::clone ( const OpcUa_ObjectAttributes source)
static

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes.

Parameters
sourceSource to clone.
Returns
new copy.
void UaObjectAttributes::cloneTo ( const OpcUa_ObjectAttributes source,
OpcUa_ObjectAttributes copy 
)
static

Copy OpcUa_ObjectAttributes data to an existing OpcUa_ObjectAttributes structure.

Parameters
sourceSource OpcUa_ViewAttributes to clone.
copyNew copy of source OpcUa_ViewAttributes.
OpcUa_ObjectAttributes * UaObjectAttributes::copy ( ) const

Copy UaObjectAttributes data to a newly allocated OpcUa_ObjectAttributes.

Returns
a newly allocated OpcUa_ObjectAttributes.
void UaObjectAttributes::copyTo ( OpcUa_ObjectAttributes pDst) const

Copy UaObjectAttributes data to an existing OpcUa_ObjectAttributes structure.

Parameters
pDstthe destination of this operation.
void UaObjectAttributes::detach ( )

Reset OpcUa_ObjectAttributes structure without clearing the data.

UaObjectAttributes::operator const OpcUa_ObjectAttributes * ( ) const

Return internal OpcUa_ObjectAttributes structure.

Returns
internal OpcUa_ObjectAttributes structure.
UaObjectAttributes & UaObjectAttributes::operator= ( const UaObjectAttributes other)

Assignment operator.

Parameters
otherthe UaObjectAttributes to assign.
Returns
Assignment operator.

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