UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaViewAttributes Class Reference

Wrapper class for the UA stack structure OpcUa_ViewAttributes. More...

#include <uanodeattributes.h>

Inherits OpcUa_ViewAttributes.

Public Member Functions

 UaViewAttributes ()
 construction
 
 UaViewAttributes (const UaViewAttributes &other)
 construction More...
 
 UaViewAttributes (const OpcUa_ViewAttributes &other)
 construction More...
 
 ~UaViewAttributes ()
 destruction
 
void clear ()
 Clear the data of the UaViewAttributes. More...
 
UaViewAttributesoperator= (const UaViewAttributes &other)
 Assignment operator. More...
 
 operator const OpcUa_ViewAttributes * () const
 Return internal OpcUa_ViewAttributes structure. More...
 
OpcUa_ViewAttributes * copy () const
 Copy UaViewAttributes data to a newly allocated OpcUa_ViewAttributes. More...
 
void copyTo (OpcUa_ViewAttributes *pDst) const
 Copy UaViewAttributes data to an existing OpcUa_ViewAttributes structure. More...
 
void detach ()
 Reset OpcUa_ViewAttributes structure without clearing the data. More...
 

Static Public Member Functions

static OpcUa_ViewAttributes * clone (const OpcUa_ViewAttributes &source)
 Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes. More...
 
static void cloneTo (const OpcUa_ViewAttributes &source, OpcUa_ViewAttributes &copy)
 Creates a copy of the source NodeId. More...
 

Detailed Description

Wrapper class for the UA stack structure OpcUa_ViewAttributes.

Constructor & Destructor Documentation

UaViewAttributes::UaViewAttributes ( const UaViewAttributes other)

construction

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

construction

Parameters
otherthe OpcUa_ViewAttributes

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 existing 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: