UaDataTypeAttributes Class Reference
[UA Base Library Classes]

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

UaDataTypeAttributes::UaDataTypeAttributes ( const OpcUa_DataTypeAttributes &  other  ) 

construction

Parameters:
other the OpcUa_DataTypeAttributes.

UaDataTypeAttributes::~UaDataTypeAttributes (  ) 

destruction


Member Function Documentation

void UaDataTypeAttributes::clear (  ) 

Clear the data of the UaDataTypeAttributes.

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

Assignment operator.

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

UaDataTypeAttributes::operator const OpcUa_DataTypeAttributes * (  )  const

Return internal OpcUa_DataTypeAttributes structure.

Returns:
internal OpcUa_DataTypeAttributes structure.

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

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

void UaDataTypeAttributes::detach (  ) 

Reset OpcUa_DataTypeAttributes 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