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

#include <uanodeattributes.h>

List of all members.

Public Member Functions

 UaDataTypeAttributes ()
 UaDataTypeAttributes (const UaDataTypeAttributes &other)
 UaDataTypeAttributes (const OpcUa_DataTypeAttributes &other)
 ~UaDataTypeAttributes ()
void clear ()
UaDataTypeAttributesoperator= (const UaDataTypeAttributes &other)
 operator const OpcUa_DataTypeAttributes * () const
OpcUa_DataTypeAttributes * copy () const
void copyTo (OpcUa_DataTypeAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_DataTypeAttributes.


Constructor & Destructor Documentation

UaDataTypeAttributes::UaDataTypeAttributes (  )

construction

UaDataTypeAttributes::UaDataTypeAttributes ( const UaDataTypeAttributes other )

construction

Parameters:
otherthe UaDataTypeAttributes.
UaDataTypeAttributes::UaDataTypeAttributes ( const OpcUa_DataTypeAttributes &  other )

construction

Parameters:
otherthe OpcUa_DataTypeAttributes.
UaDataTypeAttributes::~UaDataTypeAttributes (  )

destruction


Member Function Documentation

void UaDataTypeAttributes::clear (  )

Clear the data of the UaDataTypeAttributes.

OpcUa_DataTypeAttributes * UaDataTypeAttributes::clone ( const OpcUa_DataTypeAttributes &  source ) [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

Copy UaDataTypeAttributes data to a newly allocated OpcUa_DataTypeAttributes.

Returns:
new copy.
void UaDataTypeAttributes::copyTo ( OpcUa_DataTypeAttributes *  pDst ) const

Copy UaDataTypeAttributes data to an exisitng OpcUa_DataTypeAttributes structure.

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

Reset OpcUa_DataTypeAttributes structure without clearing the data.

UaDataTypeAttributes::operator const OpcUa_DataTypeAttributes * (  ) const

Return internal OpcUa_DataTypeAttributes structure.

Returns:
internal OpcUa_DataTypeAttributes structure.
UaDataTypeAttributes & UaDataTypeAttributes::operator= ( const UaDataTypeAttributes other )

Assignment operator.

Parameters:
otherthe UaDataTypeAttributes 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