UaReferenceTypeAttributes Class Reference
[UA Base Library Classes]

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:
other the UaReferenceTypeAttributes.

UaReferenceTypeAttributes::UaReferenceTypeAttributes ( const OpcUa_ReferenceTypeAttributes &  other  ) 

construction

Parameters:
other the OpcUa_ReferenceTypeAttributes.

UaReferenceTypeAttributes::~UaReferenceTypeAttributes (  ) 

destruction


Member Function Documentation

void UaReferenceTypeAttributes::clear (  ) 

Clear the data of the UaReferenceTypeAttributes.

UaReferenceTypeAttributes & UaReferenceTypeAttributes::operator= ( const UaReferenceTypeAttributes other  ) 

Assignment operator.

Parameters:
other the UaReferenceTypeAttributes to assign.
Returns:
Assignment operator.

UaReferenceTypeAttributes::operator const OpcUa_ReferenceTypeAttributes * (  )  const

Return internal OpcUa_ReferenceTypeAttributes structure.

Returns:
internal OpcUa_ReferenceTypeAttributes structure.

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:
pDst the destination of this operation.

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

Parameters:
source Source 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:
source Source OpcUa_VariableTypeAttributes to clone.
copy New copy of source OpcUa_VariableTypeAttributes.

void UaReferenceTypeAttributes::detach (  ) 

Reset OpcUa_ReferenceTypeAttributes structure without clearing the data.


The documentation for this class was generated from the following files:
  • src/uabase/uabasecpp/uanodeattributes.h
  • src/uabase/uabasecpp/uanodeattributes.cpp