open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ua::MethodAttributes Class Reference

#include <types.hpp>

Inheritance diagram for opcua::ua::MethodAttributes:
[legend]

Detailed Description

Public Member Functions

 MethodAttributes ()
 
Bitmask< NodeAttributesMaskspecifiedAttributes () const noexcept
 
Bitmask< NodeAttributesMaskgetSpecifiedAttributes () const noexcept
 
const LocalizedTextdisplayName () const noexcept
 
const LocalizedTextgetDisplayName () const noexcept
 
auto & setDisplayName (const LocalizedText &displayName)
 
const LocalizedTextdescription () const noexcept
 
const LocalizedTextgetDescription () const noexcept
 
auto & setDescription (const LocalizedText &description)
 
Bitmask< WriteMaskwriteMask () const noexcept
 
Bitmask< WriteMaskgetWriteMask () const noexcept
 
auto & setWriteMask (Bitmask< WriteMask > writeMask) noexcept
 
Bitmask< WriteMaskuserWriteMask () const noexcept
 
Bitmask< WriteMaskgetUserWriteMask () const noexcept
 
auto & setUserWriteMask (Bitmask< WriteMask > userWriteMask) noexcept
 
bool executable () const noexcept
 
bool getExecutable () const noexcept
 
auto & setExecutable (bool executable) noexcept
 
bool userExecutable () const noexcept
 
bool getUserExecutable () const noexcept
 
auto & setUserExecutable (bool userExecutable) noexcept
 
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const T &native)
 
constexpr TypeWrapper (T &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
- Public Member Functions inherited from opcua::TypeWrapper< UA_MethodAttributes, UA_TYPES_METHODATTRIBUTES >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_MethodAttributes &native)
 
constexpr TypeWrapper (UA_MethodAttributes &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_MethodAttributes &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_MethodAttributes &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_MethodAttributes >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_MethodAttributes &native) noexcept
 
constexpr Wrapper (UA_MethodAttributes &&native) noexcept
 
constexpr Wrapperoperator= (const UA_MethodAttributes &native) noexcept
 
constexpr Wrapperoperator= (UA_MethodAttributes &&native) noexcept
 
constexpr operator UA_MethodAttributes & () noexcept
 
constexpr operator const UA_MethodAttributes & () const noexcept
 
constexpr UA_MethodAttributesoperator-> () noexcept
 
constexpr const UA_MethodAttributesoperator-> () const noexcept
 
constexpr UA_MethodAttributeshandle () noexcept
 
constexpr const UA_MethodAttributeshandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_MethodAttributes &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_MethodAttributes >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_MethodAttributes, UA_TYPES_METHODATTRIBUTES >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_MethodAttributes, UA_TYPES_METHODATTRIBUTES >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_MethodAttributes >
constexpr const UA_MethodAttributesnative () const noexcept
 
constexpr UA_MethodAttributesnative () noexcept
 

Constructor & Destructor Documentation

◆ MethodAttributes()

opcua::ua::MethodAttributes::MethodAttributes ( )
inline

Construct with default attribute definitions.

Definition at line 504 of file types.hpp.

Member Function Documentation

◆ specifiedAttributes()

Bitmask< NodeAttributesMask > opcua::ua::MethodAttributes::specifiedAttributes ( ) const
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ getSpecifiedAttributes()

Bitmask< NodeAttributesMask > opcua::ua::MethodAttributes::getSpecifiedAttributes ( ) const
inlinenoexcept
Deprecated
Use specifiedAttributes instead

Definition at line 507 of file types.hpp.

◆ displayName()

const LocalizedText & opcua::ua::MethodAttributes::displayName ( ) const
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ getDisplayName()

const LocalizedText & opcua::ua::MethodAttributes::getDisplayName ( ) const
inlinenoexcept
Deprecated
Use displayName instead

Definition at line 507 of file types.hpp.

◆ setDisplayName()

auto & opcua::ua::MethodAttributes::setDisplayName ( const LocalizedText & displayName)
inline

Definition at line 507 of file types.hpp.

◆ description()

const LocalizedText & opcua::ua::MethodAttributes::description ( ) const
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ getDescription()

const LocalizedText & opcua::ua::MethodAttributes::getDescription ( ) const
inlinenoexcept
Deprecated
Use description instead

Definition at line 507 of file types.hpp.

◆ setDescription()

auto & opcua::ua::MethodAttributes::setDescription ( const LocalizedText & description)
inline

Definition at line 507 of file types.hpp.

◆ writeMask()

Bitmask< WriteMask > opcua::ua::MethodAttributes::writeMask ( ) const
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ getWriteMask()

Bitmask< WriteMask > opcua::ua::MethodAttributes::getWriteMask ( ) const
inlinenoexcept
Deprecated
Use writeMask instead

Definition at line 507 of file types.hpp.

◆ setWriteMask()

auto & opcua::ua::MethodAttributes::setWriteMask ( Bitmask< WriteMask > writeMask)
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ userWriteMask()

Bitmask< WriteMask > opcua::ua::MethodAttributes::userWriteMask ( ) const
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ getUserWriteMask()

Bitmask< WriteMask > opcua::ua::MethodAttributes::getUserWriteMask ( ) const
inlinenoexcept
Deprecated
Use userWriteMask instead

Definition at line 507 of file types.hpp.

◆ setUserWriteMask()

auto & opcua::ua::MethodAttributes::setUserWriteMask ( Bitmask< WriteMask > userWriteMask)
inlinenoexcept

Definition at line 507 of file types.hpp.

◆ executable()

bool opcua::ua::MethodAttributes::executable ( ) const
inlinenoexcept

Definition at line 508 of file types.hpp.

◆ getExecutable()

bool opcua::ua::MethodAttributes::getExecutable ( ) const
inlinenoexcept
Deprecated
Use executable instead

Definition at line 508 of file types.hpp.

◆ setExecutable()

auto & opcua::ua::MethodAttributes::setExecutable ( bool executable)
inlinenoexcept

Definition at line 508 of file types.hpp.

◆ userExecutable()

bool opcua::ua::MethodAttributes::userExecutable ( ) const
inlinenoexcept

Definition at line 509 of file types.hpp.

◆ getUserExecutable()

bool opcua::ua::MethodAttributes::getUserExecutable ( ) const
inlinenoexcept
Deprecated
Use userExecutable instead

Definition at line 509 of file types.hpp.

◆ setUserExecutable()

auto & opcua::ua::MethodAttributes::setUserExecutable ( bool userExecutable)
inlinenoexcept

Definition at line 509 of file types.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const T & native)
inlineexplicitconstexpr

Constructor with native object (deep copy).

Definition at line 31 of file typewrapper.hpp.

◆ TypeWrapper() [3/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper & other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

opcua::TypeWrapper< T, Index >::TypeWrapper ( TypeWrapper && other)
inlineconstexprnoexcept

Move constructor.

Definition at line 47 of file typewrapper.hpp.