UaVariableAttributes Class Reference
[UA Base Library Classes]

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

UaVariableAttributes::UaVariableAttributes ( const OpcUa_VariableAttributes &  other  ) 

construction

Parameters:
other the OpcUa_VariableAttributes.

UaVariableAttributes::~UaVariableAttributes (  ) 

destruction


Member Function Documentation

void UaVariableAttributes::clear (  ) 

Clear the data of the UaVariableAttributes.

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

Assignment operator.

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

UaVariableAttributes::operator const OpcUa_VariableAttributes * (  )  const

Return internal OpcUa_VariableAttributes structure.

Returns:
internal OpcUa_VariableAttributes structure.

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

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

void UaVariableAttributes::detach (  ) 

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