UaVariableTypeAttributes Class Reference
[UA Base Library Classes]

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

#include <uanodeattributes.h>

List of all members.


Public Member Functions

 UaVariableTypeAttributes ()
 UaVariableTypeAttributes (const UaVariableTypeAttributes &other)
 UaVariableTypeAttributes (const OpcUa_VariableTypeAttributes &other)
 ~UaVariableTypeAttributes ()
void clear ()
UaVariableTypeAttributesoperator= (const UaVariableTypeAttributes &other)
 operator const OpcUa_VariableTypeAttributes * () const
OpcUa_VariableTypeAttributes * copy () const
void copyTo (OpcUa_VariableTypeAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_VariableTypeAttributes.

Constructor & Destructor Documentation

UaVariableTypeAttributes::UaVariableTypeAttributes (  ) 

construction

UaVariableTypeAttributes::UaVariableTypeAttributes ( const UaVariableTypeAttributes other  ) 

construction

Parameters:
other the UaVariableTypeAttributes.

UaVariableTypeAttributes::UaVariableTypeAttributes ( const OpcUa_VariableTypeAttributes &  other  ) 

construction

Parameters:
other the OpcUa_VariableTypeAttributes.

UaVariableTypeAttributes::~UaVariableTypeAttributes (  ) 

destruction


Member Function Documentation

void UaVariableTypeAttributes::clear (  ) 

Clear the data of the UaVariableTypeAttributes.

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

Assignment operator.

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

UaVariableTypeAttributes::operator const OpcUa_VariableTypeAttributes * (  )  const

Return internal OpcUa_VariableTypeAttributes structure.

Returns:
internal OpcUa_VariableTypeAttributes structure.

OpcUa_VariableTypeAttributes * UaVariableTypeAttributes::copy (  )  const

Copy UaVariableTypeAttributes data to a newly allocated OpcUa_VariableTypeAttributes.

Returns:
new copy.

void UaVariableTypeAttributes::copyTo ( OpcUa_VariableTypeAttributes *  pDst  )  const

Copy UaVariableTypeAttributes data to an exisitng OpcUa_VariableTypeAttributes structure.

Parameters:
pDst the destination of this operation.

OpcUa_VariableTypeAttributes * UaVariableTypeAttributes::clone ( const OpcUa_VariableTypeAttributes &  source  )  [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

Parameters:
source Source to clone.
Returns:
new copy.

void UaVariableTypeAttributes::cloneTo ( const OpcUa_VariableTypeAttributes &  source,
OpcUa_VariableTypeAttributes &  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 UaVariableTypeAttributes::detach (  ) 

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