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

#include <uanodeattributes.h>

List of all members.

Public Member Functions

 UaVariableAttributes ()
 UaVariableAttributes (const UaVariableAttributes &other)
 UaVariableAttributes (const OpcUa_VariableAttributes &other)
 ~UaVariableAttributes ()
void clear ()
UaVariableAttributesoperator= (const UaVariableAttributes &other)
 operator const OpcUa_VariableAttributes * () const
OpcUa_VariableAttributes * copy () const
void copyTo (OpcUa_VariableAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_VariableAttributes.


Constructor & Destructor Documentation

UaVariableAttributes::UaVariableAttributes (  )

construction

UaVariableAttributes::UaVariableAttributes ( const UaVariableAttributes other )

construction

Parameters:
otherthe UaVariableAttributes.
UaVariableAttributes::UaVariableAttributes ( const OpcUa_VariableAttributes &  other )

construction

Parameters:
otherthe OpcUa_VariableAttributes.
UaVariableAttributes::~UaVariableAttributes (  )

destruction


Member Function Documentation

void UaVariableAttributes::clear (  )

Clear the data of the UaVariableAttributes.

OpcUa_VariableAttributes * UaVariableAttributes::clone ( const OpcUa_VariableAttributes &  source ) [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

Parameters:
sourceSource to clone.
Returns:
new copy.
void UaVariableAttributes::cloneTo ( const OpcUa_VariableAttributes &  source,
OpcUa_VariableAttributes &  copy 
) [static]

Copy OpcUa_VariableAttributes data to an exisitng OpcUa_VariableAttributes structure.

Parameters:
sourceSource OpcUa_VariableAttributes to clone.
copyNew copy of source OpcUa_VariableAttributes.
OpcUa_VariableAttributes * UaVariableAttributes::copy (  ) const

Copy UaVariableAttributes data to a newly allocated OpcUa_VariableAttributes.

Returns:
new copy.
void UaVariableAttributes::copyTo ( OpcUa_VariableAttributes *  pDst ) const

Copy UaVariableAttributes data to an exisitng OpcUa_VariableAttributes structure.

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

Reset OpcUa_VariableAttributes structure without clearing the data.

UaVariableAttributes::operator const OpcUa_VariableAttributes * (  ) const

Return internal OpcUa_VariableAttributes structure.

Returns:
internal OpcUa_VariableAttributes structure.
UaVariableAttributes & UaVariableAttributes::operator= ( const UaVariableAttributes other )

Assignment operator.

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