UaMethodAttributes Class Reference
[UA Base Library Classes]

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

#include <uanodeattributes.h>

List of all members.


Public Member Functions

 UaMethodAttributes ()
 UaMethodAttributes (const UaMethodAttributes &other)
 UaMethodAttributes (const OpcUa_MethodAttributes &other)
 ~UaMethodAttributes ()
void clear ()
UaMethodAttributesoperator= (const UaMethodAttributes &other)
 operator const OpcUa_MethodAttributes * () const
OpcUa_MethodAttributes * copy () const
void copyTo (OpcUa_MethodAttributes *pDst) const
void detach ()

Static Public Member Functions

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

Detailed Description

Wrapper classs for the ua stack structure OpcUa_MethodAttributes.

Constructor & Destructor Documentation

UaMethodAttributes::UaMethodAttributes (  ) 

construction

UaMethodAttributes::UaMethodAttributes ( const UaMethodAttributes other  ) 

construction

Parameters:
other the UaMethodAttributes.

UaMethodAttributes::UaMethodAttributes ( const OpcUa_MethodAttributes &  other  ) 

construction

Parameters:
other the OpcUa_MethodAttributes.

UaMethodAttributes::~UaMethodAttributes (  ) 

destruction


Member Function Documentation

void UaMethodAttributes::clear (  ) 

Clear the data of the UaMethodAttributes.

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

Assignment operator.

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

UaMethodAttributes::operator const OpcUa_MethodAttributes * (  )  const

Return internal OpcUa_MethodAttributes structure.

Returns:
internal OpcUa_MethodAttributes structure.

OpcUa_MethodAttributes * UaMethodAttributes::copy (  )  const

Copy UaMethodAttributes data to a newly allocated OpcUa_MethodAttributes.

Returns:
a newly allocated OpcUa_MethodAttributes.

void UaMethodAttributes::copyTo ( OpcUa_MethodAttributes *  pDst  )  const

Copy UaMethodAttributes data to an exisitng OpcUa_MethodAttributes structure.

Parameters:
pDst the destination of this operation.

OpcUa_MethodAttributes * UaMethodAttributes::clone ( const OpcUa_MethodAttributes &  source  )  [static]

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

Parameters:
source Source to clone.
Returns:
new copy.

void UaMethodAttributes::cloneTo ( const OpcUa_MethodAttributes &  source,
OpcUa_MethodAttributes &  copy 
) [static]

Copy OpcUa_MethodAttributes data to an exisitng OpcUa_MethodAttributes structure.

Parameters:
source Source OpcUa_MethodAttributes to clone.
copy New copy of source OpcUa_MethodAttributes.

void UaMethodAttributes::detach (  ) 

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