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:
otherthe UaVariableTypeAttributes.
UaVariableTypeAttributes::UaVariableTypeAttributes ( const OpcUa_VariableTypeAttributes &  other )

construction

Parameters:
otherthe OpcUa_VariableTypeAttributes.
UaVariableTypeAttributes::~UaVariableTypeAttributes (  )

destruction


Member Function Documentation

void UaVariableTypeAttributes::clear (  )

Clear the data of the UaVariableTypeAttributes.

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

Parameters:
sourceSource 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:
sourceSource OpcUa_VariableTypeAttributes to clone.
copyNew copy of source OpcUa_VariableTypeAttributes.
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:
pDstthe destination of this operation.
void UaVariableTypeAttributes::detach (  )

Reset OpcUa_VariableTypeAttributes structure without clearing the data.

UaVariableTypeAttributes::operator const OpcUa_VariableTypeAttributes * (  ) const

Return internal OpcUa_VariableTypeAttributes structure.

Returns:
internal OpcUa_VariableTypeAttributes structure.
UaVariableTypeAttributes & UaVariableTypeAttributes::operator= ( const UaVariableTypeAttributes other )

Assignment operator.

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