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

#include <uanodeattributes.h>

List of all members.

Public Member Functions

 UaViewAttributes ()
 UaViewAttributes (const UaViewAttributes &other)
 UaViewAttributes (const OpcUa_ViewAttributes &other)
 ~UaViewAttributes ()
void clear ()
UaViewAttributesoperator= (const UaViewAttributes &other)
 operator const OpcUa_ViewAttributes * () const
OpcUa_ViewAttributes * copy () const
void copyTo (OpcUa_ViewAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_ViewAttributes.


Constructor & Destructor Documentation

UaViewAttributes::UaViewAttributes (  )

construction

UaViewAttributes::UaViewAttributes ( const UaViewAttributes other )

construction

Parameters:
otherthe UaViewAttributes
UaViewAttributes::UaViewAttributes ( const OpcUa_ViewAttributes &  other )

construction

Parameters:
otherthe OpcUa_ViewAttributes
UaViewAttributes::~UaViewAttributes (  )

destruction


Member Function Documentation

void UaViewAttributes::clear (  )

Clear the data of the UaViewAttributes.

OpcUa_ViewAttributes * UaViewAttributes::clone ( const OpcUa_ViewAttributes &  source ) [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

Creates a copy of the source NodeId. This method copies the NodeId data into an existing OpcUa_NodeId structure. You have to call OpcUa_NodeId_Clear to clear the NodeId contents.

Parameters:
sourceSource OpcUa_ViewAttributes to clone.
copyNew copy of source OpcUa_ViewAttributes.
OpcUa_ViewAttributes * UaViewAttributes::copy (  ) const

Copy UaViewAttributes data to a newly allocated OpcUa_ViewAttributes.

Returns:
a newly allocated OpcUa_ViewAttributes.
void UaViewAttributes::copyTo ( OpcUa_ViewAttributes *  pDst ) const

Copy UaViewAttributes data to an exisitng OpcUa_ViewAttributes structure.

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

Reset OpcUa_ViewAttributes structure without clearing the data.

UaViewAttributes::operator const OpcUa_ViewAttributes * (  ) const

Return internal OpcUa_ViewAttributes structure.

Returns:
internal OpcUa_ViewAttributes structure.
UaViewAttributes & UaViewAttributes::operator= ( const UaViewAttributes other )

Assignment operator.

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