C++ Based OPC UA Client/Server SDK  1.5.5.355

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

#include <uanodeattributes.h>

Inherits OpcUa_MethodAttributes.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Wrapper class for the UA stack structure OpcUa_MethodAttributes.

Constructor & Destructor Documentation

UaMethodAttributes::UaMethodAttributes ( const UaMethodAttributes other)

construction

Parameters
otherthe UaMethodAttributes.
UaMethodAttributes::UaMethodAttributes ( const OpcUa_MethodAttributes other)

construction

Parameters
otherthe OpcUa_MethodAttributes.

Member Function Documentation

void UaMethodAttributes::clear ( )

Clear the data of the UaMethodAttributes.

OpcUa_MethodAttributes * UaMethodAttributes::clone ( const OpcUa_MethodAttributes source)
static

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes.

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

Copy OpcUa_MethodAttributes data to an existing OpcUa_MethodAttributes structure.

Parameters
sourceSource OpcUa_MethodAttributes to clone.
copyNew copy of source OpcUa_MethodAttributes.
OpcUa_MethodAttributes * UaMethodAttributes::copy ( ) const

Copy UaMethodAttributes data to a newly allocated OpcUa_MethodAttributes.

Returns
a newly allocated OpcUa_MethodAttributes.
void UaMethodAttributes::copyTo ( OpcUa_MethodAttributes pDst) const

Copy UaMethodAttributes data to an existing OpcUa_MethodAttributes structure.

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

Reset OpcUa_MethodAttributes structure without clearing the data.

UaMethodAttributes::operator const OpcUa_MethodAttributes * ( ) const

Return internal OpcUa_MethodAttributes structure.

Returns
internal OpcUa_MethodAttributes structure.
UaMethodAttributes & UaMethodAttributes::operator= ( const UaMethodAttributes other)

Assignment operator.

Parameters
otherthe UaMethodAttributes to assign.
Returns
Assignment operator.

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