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

#include <uanodeattributes.h>

List of all members.

Public Member Functions

 UaObjectTypeAttributes ()
 UaObjectTypeAttributes (const UaObjectTypeAttributes &other)
 UaObjectTypeAttributes (const OpcUa_ObjectTypeAttributes &other)
 ~UaObjectTypeAttributes ()
void clear ()
UaObjectTypeAttributesoperator= (const UaObjectTypeAttributes &other)
 operator const OpcUa_ObjectTypeAttributes * () const
OpcUa_ObjectTypeAttributes * copy () const
void copyTo (OpcUa_ObjectTypeAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_ObjectTypeAttributes.


Constructor & Destructor Documentation

UaObjectTypeAttributes::UaObjectTypeAttributes (  )

construction

UaObjectTypeAttributes::UaObjectTypeAttributes ( const UaObjectTypeAttributes other )

construction

Parameters:
otherthe UaObjectTypeAttributes.
UaObjectTypeAttributes::UaObjectTypeAttributes ( const OpcUa_ObjectTypeAttributes &  other )

construction

Parameters:
otherthe OpcUa_ObjectTypeAttributes.
UaObjectTypeAttributes::~UaObjectTypeAttributes (  )

destruction


Member Function Documentation

void UaObjectTypeAttributes::clear (  )

Clear the data of the UaObjectTypeAttributes.

OpcUa_ObjectTypeAttributes * UaObjectTypeAttributes::clone ( const OpcUa_ObjectTypeAttributes &  source ) [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

Copy OpcUa_ObjectTypeAttributes data to an exisitng OpcUa_ObjectTypeAttributes structure.

Parameters:
sourceSource OpcUa_ObjectTypeAttributes to clone.
copyNew copy of source OpcUa_ObjectTypeAttributes.
OpcUa_ObjectTypeAttributes * UaObjectTypeAttributes::copy (  ) const

Copy UaObjectTypeAttributes data to a newly allocated OpcUa_ObjectTypeAttributes.

Returns:
a newly allocated OpcUa_ObjectTypeAttributes.
void UaObjectTypeAttributes::copyTo ( OpcUa_ObjectTypeAttributes *  pDst ) const

Copy UaObjectTypeAttributes data to an exisitng OpcUa_ObjectTypeAttributes structure.

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

Reset OpcUa_ObjectTypeAttributes structure without clearing the data.

UaObjectTypeAttributes::operator const OpcUa_ObjectTypeAttributes * (  ) const

Return internal OpcUa_ObjectTypeAttributes structure.

Returns:
internal OpcUa_ObjectTypeAttributes structure.
UaObjectTypeAttributes & UaObjectTypeAttributes::operator= ( const UaObjectTypeAttributes other )

Assignment operator.

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