C++ Based OPC UA Client/Server SDK  1.5.5.355

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

#include <uanodeattributes.h>

Inherits OpcUa_VariableTypeAttributes.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Wrapper class for the UA stack structure OpcUa_VariableTypeAttributes.

Constructor & Destructor Documentation

UaVariableTypeAttributes::UaVariableTypeAttributes ( const UaVariableTypeAttributes other)

construction

Parameters
otherthe UaVariableTypeAttributes.
UaVariableTypeAttributes::UaVariableTypeAttributes ( const OpcUa_VariableTypeAttributes other)

construction

Parameters
otherthe OpcUa_VariableTypeAttributes.

Member Function Documentation

void UaVariableTypeAttributes::clear ( )

Clear the data of the UaVariableTypeAttributes.

OpcUa_VariableTypeAttributes * UaVariableTypeAttributes::clone ( const OpcUa_VariableTypeAttributes source)
static

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes.

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

Copy OpcUa_VariableTypeAttributes data to an existing OpcUa_VariableTypeAttributes structure.

Parameters
sourceSource OpcUa_VariableTypeAttributes to clone.
copyNew copy of source OpcUa_VariableTypeAttributes.
OpcUa_VariableTypeAttributes * UaVariableTypeAttributes::copy ( ) const

Copy UaVariableTypeAttributes data to a newly allocated OpcUa_VariableTypeAttributes.

Returns
new copy.
void UaVariableTypeAttributes::copyTo ( OpcUa_VariableTypeAttributes pDst) const

Copy UaVariableTypeAttributes data to an existing OpcUa_VariableTypeAttributes structure.

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

Reset OpcUa_VariableTypeAttributes structure without clearing the data.

UaVariableTypeAttributes::operator const OpcUa_VariableTypeAttributes * ( ) const

Return internal OpcUa_VariableTypeAttributes structure.

Returns
internal OpcUa_VariableTypeAttributes structure.
UaVariableTypeAttributes & UaVariableTypeAttributes::operator= ( const UaVariableTypeAttributes other)

Assignment operator.

Parameters
otherthe UaVariableTypeAttributes to assign.
Returns
Assignment operator.

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