UaObjectAttributes Class Reference
[UA Base Library Classes]

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

UaObjectAttributes::UaObjectAttributes ( const OpcUa_ObjectAttributes &  other  ) 

construction

Parameters:
other the OpcUa_ObjectAttributes.

UaObjectAttributes::~UaObjectAttributes (  ) 

destruction


Member Function Documentation

void UaObjectAttributes::clear (  ) 

Clear the data of the UaObjectAttributes.

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

Assignment operator.

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

UaObjectAttributes::operator const OpcUa_ObjectAttributes * (  )  const

Return internal OpcUa_ObjectAttributes structure.

Returns:
internal OpcUa_ObjectAttributes structure.

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

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

void UaObjectAttributes::detach (  ) 

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