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:
otherthe UaMethodAttributes.
UaMethodAttributes::UaMethodAttributes ( const OpcUa_MethodAttributes &  other )

construction

Parameters:
otherthe OpcUa_MethodAttributes.
UaMethodAttributes::~UaMethodAttributes (  )

destruction


Member Function Documentation

void UaMethodAttributes::clear (  )

Clear the data of the UaMethodAttributes.

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

Copy OpcUa_VariableAttributes data to a newly allocated OpcUa_VariableAttributes..

Parameters:
sourceSource 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:
sourceSource OpcUa_MethodAttributes to clone.
copyNew copy of source OpcUa_MethodAttributes.
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:
pDstthe destination of this operation.
void UaMethodAttributes::detach (  )

Reset OpcUa_MethodAttributes structure without clearing the data.

UaMethodAttributes::operator const OpcUa_MethodAttributes * (  ) const

Return internal OpcUa_MethodAttributes structure.

Returns:
internal OpcUa_MethodAttributes structure.
UaMethodAttributes & UaMethodAttributes::operator= ( const UaMethodAttributes other )

Assignment operator.

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