UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaReferenceTypeAttributes Class Reference

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

#include <uanodeattributes.h>

Inherits OpcUa_ReferenceTypeAttributes.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Wrapper class for the UA stack structure OpcUa_ReferenceTypeAttributes.

Constructor & Destructor Documentation

UaReferenceTypeAttributes::UaReferenceTypeAttributes ( const UaReferenceTypeAttributes other)

construction

Parameters
otherthe UaReferenceTypeAttributes.
UaReferenceTypeAttributes::UaReferenceTypeAttributes ( const OpcUa_ReferenceTypeAttributes &  other)

construction

Parameters
otherthe OpcUa_ReferenceTypeAttributes.

Member Function Documentation

void UaReferenceTypeAttributes::clear ( )

Clear the data of the UaReferenceTypeAttributes.

OpcUa_ReferenceTypeAttributes * UaReferenceTypeAttributes::clone ( const OpcUa_ReferenceTypeAttributes &  source)
static

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes.

Parameters
sourceSource to clone.
Returns
new copy.
void UaReferenceTypeAttributes::cloneTo ( const OpcUa_ReferenceTypeAttributes &  source,
OpcUa_ReferenceTypeAttributes &  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_ReferenceTypeAttributes * UaReferenceTypeAttributes::copy ( ) const

Copy UaReferenceTypeAttributes data to a newly allocated OpcUa_ReferenceTypeAttributes.

Returns
a newly allocated OpcUa_ReferenceTypeAttributes.
void UaReferenceTypeAttributes::copyTo ( OpcUa_ReferenceTypeAttributes *  pDst) const

Copy UaReferenceTypeAttributes data to an existing OpcUa_ReferenceTypeAttributes structure.

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

Reset OpcUa_ReferenceTypeAttributes structure without clearing the data.

UaReferenceTypeAttributes::operator const OpcUa_ReferenceTypeAttributes * ( ) const

Return internal OpcUa_ReferenceTypeAttributes structure.

Returns
internal OpcUa_ReferenceTypeAttributes structure.
UaReferenceTypeAttributes & UaReferenceTypeAttributes::operator= ( const UaReferenceTypeAttributes other)

Assignment operator.

Parameters
otherthe UaReferenceTypeAttributes to assign.
Returns
Assignment operator.

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