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

#include <uanodeattributes.h>

List of all members.

Public Member Functions

 UaObjectAttributes ()
 UaObjectAttributes (const UaObjectAttributes &other)
 UaObjectAttributes (const OpcUa_ObjectAttributes &other)
 ~UaObjectAttributes ()
void clear ()
UaObjectAttributesoperator= (const UaObjectAttributes &other)
 operator const OpcUa_ObjectAttributes * () const
OpcUa_ObjectAttributes * copy () const
void copyTo (OpcUa_ObjectAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_ObjectAttributes.


Constructor & Destructor Documentation

UaObjectAttributes::UaObjectAttributes (  )

construction

UaObjectAttributes::UaObjectAttributes ( const UaObjectAttributes other )

construction

Parameters:
otherthe UaObjectAttributes.
UaObjectAttributes::UaObjectAttributes ( const OpcUa_ObjectAttributes &  other )

construction

Parameters:
otherthe OpcUa_ObjectAttributes.
UaObjectAttributes::~UaObjectAttributes (  )

destruction


Member Function Documentation

void UaObjectAttributes::clear (  )

Clear the data of the UaObjectAttributes.

OpcUa_ObjectAttributes * UaObjectAttributes::clone ( const OpcUa_ObjectAttributes &  source ) [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

Copy OpcUa_ObjectAttributes data to an exisitng OpcUa_ObjectAttributes structure.

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

Copy UaObjectAttributes data to a newly allocated OpcUa_ObjectAttributes.

Returns:
a newly allocated OpcUa_ObjectAttributes.
void UaObjectAttributes::copyTo ( OpcUa_ObjectAttributes *  pDst ) const

Copy UaObjectAttributes data to an exisitng OpcUa_ObjectAttributes structure.

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

Reset OpcUa_ObjectAttributes structure without clearing the data.

UaObjectAttributes::operator const OpcUa_ObjectAttributes * (  ) const

Return internal OpcUa_ObjectAttributes structure.

Returns:
internal OpcUa_ObjectAttributes structure.
UaObjectAttributes & UaObjectAttributes::operator= ( const UaObjectAttributes other )

Assignment operator.

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