Wrapper classs for the ua stack structure OpcUa_ReferenceTypeAttributes. More...

#include <uanodeattributes.h>

List of all members.

Public Member Functions

 UaReferenceTypeAttributes ()
 UaReferenceTypeAttributes (const UaReferenceTypeAttributes &other)
 UaReferenceTypeAttributes (const OpcUa_ReferenceTypeAttributes &other)
 ~UaReferenceTypeAttributes ()
void clear ()
UaReferenceTypeAttributesoperator= (const UaReferenceTypeAttributes &other)
 operator const OpcUa_ReferenceTypeAttributes * () const
OpcUa_ReferenceTypeAttributes * copy () const
void copyTo (OpcUa_ReferenceTypeAttributes *pDst) const
void detach ()

Static Public Member Functions

static
OpcUa_ReferenceTypeAttributes * 
clone (const OpcUa_ReferenceTypeAttributes &source)
static void cloneTo (const OpcUa_ReferenceTypeAttributes &source, OpcUa_ReferenceTypeAttributes &copy)

Detailed Description

Wrapper classs for the ua stack structure OpcUa_ReferenceTypeAttributes.


Constructor & Destructor Documentation

UaReferenceTypeAttributes::UaReferenceTypeAttributes (  )

construction

UaReferenceTypeAttributes::UaReferenceTypeAttributes ( const UaReferenceTypeAttributes other )

construction

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

construction

Parameters:
otherthe OpcUa_ReferenceTypeAttributes.
UaReferenceTypeAttributes::~UaReferenceTypeAttributes (  )

destruction


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 exisitng 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 exisitng 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:
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uanodeattributes.h
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uanodeattributes.cpp