C++ Based OPC UA Client/Server SDK  1.5.5.355

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

#include <uanodeattributes.h>

Inherits OpcUa_ObjectTypeAttributes.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Wrapper class for the UA stack structure OpcUa_ObjectTypeAttributes.

Constructor & Destructor Documentation

UaObjectTypeAttributes::UaObjectTypeAttributes ( const UaObjectTypeAttributes other)

construction

Parameters
otherthe UaObjectTypeAttributes.
UaObjectTypeAttributes::UaObjectTypeAttributes ( const OpcUa_ObjectTypeAttributes other)

construction

Parameters
otherthe OpcUa_ObjectTypeAttributes.

Member Function Documentation

void UaObjectTypeAttributes::clear ( )

Clear the data of the UaObjectTypeAttributes.

OpcUa_ObjectTypeAttributes * UaObjectTypeAttributes::clone ( const OpcUa_ObjectTypeAttributes source)
static

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes.

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

Copy OpcUa_ObjectTypeAttributes data to an existing OpcUa_ObjectTypeAttributes structure.

Parameters
sourceSource OpcUa_ObjectTypeAttributes to clone.
copyNew copy of source OpcUa_ObjectTypeAttributes.
OpcUa_ObjectTypeAttributes * UaObjectTypeAttributes::copy ( ) const

Copy UaObjectTypeAttributes data to a newly allocated OpcUa_ObjectTypeAttributes.

Returns
a newly allocated OpcUa_ObjectTypeAttributes.
void UaObjectTypeAttributes::copyTo ( OpcUa_ObjectTypeAttributes pDst) const

Copy UaObjectTypeAttributes data to an existing OpcUa_ObjectTypeAttributes structure.

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

Reset OpcUa_ObjectTypeAttributes structure without clearing the data.

UaObjectTypeAttributes::operator const OpcUa_ObjectTypeAttributes * ( ) const

Return internal OpcUa_ObjectTypeAttributes structure.

Returns
internal OpcUa_ObjectTypeAttributes structure.
UaObjectTypeAttributes & UaObjectTypeAttributes::operator= ( const UaObjectTypeAttributes other)

Assignment operator.

Parameters
otherthe UaObjectTypeAttributes to assign.
Returns
Assignment operator.

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