UaObjectTypeAttributes Class Reference
[UA Base Library Classes]

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

UaObjectTypeAttributes::UaObjectTypeAttributes ( const OpcUa_ObjectTypeAttributes &  other  ) 

construction

Parameters:
other the OpcUa_ObjectTypeAttributes.

UaObjectTypeAttributes::~UaObjectTypeAttributes (  ) 

destruction


Member Function Documentation

void UaObjectTypeAttributes::clear (  ) 

Clear the data of the UaObjectTypeAttributes.

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

Assignment operator.

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

UaObjectTypeAttributes::operator const OpcUa_ObjectTypeAttributes * (  )  const

Return internal OpcUa_ObjectTypeAttributes structure.

Returns:
internal OpcUa_ObjectTypeAttributes structure.

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

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

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

void UaObjectTypeAttributes::detach (  ) 

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