UaViewAttributes Class Reference
[UA Base Library Classes]

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:
other the UaViewAttributes

UaViewAttributes::UaViewAttributes ( const OpcUa_ViewAttributes &  other  ) 

construction

Parameters:
other the OpcUa_ViewAttributes

UaViewAttributes::~UaViewAttributes (  ) 

destruction


Member Function Documentation

void UaViewAttributes::clear (  ) 

Clear the data of the UaViewAttributes.

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

Assignment operator.

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

UaViewAttributes::operator const OpcUa_ViewAttributes * (  )  const

Return internal OpcUa_ViewAttributes structure.

Returns:
internal OpcUa_ViewAttributes structure.

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

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

void UaViewAttributes::detach (  ) 

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