open62541pp 0.19.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Member Functions | List of all members
opcua::ua::MethodAttributes Class Reference

#include <types.hpp>

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

Detailed Description

UA_MethodAttributes wrapper class.

See also
https://reference.opcfoundation.org/Core/Part4/v105/docs/7.24.4

Definition at line 483 of file types.hpp.

Public Member Functions

 MethodAttributes ()
 
Bitmask< NodeAttributesMaskspecifiedAttributes () const noexcept
 
const LocalizedTextdisplayName () const noexcept
 
auto & setDisplayName (LocalizedText displayName)
 
const LocalizedTextdescription () const noexcept
 
auto & setDescription (LocalizedText description)
 
Bitmask< WriteMaskwriteMask () const noexcept
 
auto & setWriteMask (Bitmask< WriteMask > writeMask) noexcept
 
Bitmask< WriteMaskuserWriteMask () const noexcept
 
auto & setUserWriteMask (Bitmask< WriteMask > userWriteMask) noexcept
 
bool executable () const noexcept
 
auto & setExecutable (bool executable) noexcept
 
bool userExecutable () const noexcept
 
auto & setUserExecutable (bool userExecutable) noexcept
 
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const Wrapper &other)
 
constexpr Wrapper (const T &native)
 
constexpr Wrapper (Wrapper &&other) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
 ~Wrapper () noexcept=default
 
constexpr Wrapperoperator= (const Wrapper &other)
 
constexpr Wrapperoperator= (const T &native)
 
constexpr Wrapperoperator= (Wrapper &&other) noexcept
 
constexpr Wrapperoperator= (T &&native) noexcept
 
constexpr operator T& () noexcept
 
constexpr operator const T & () const noexcept
 
constexpr T * operator-> () noexcept
 
constexpr const T * operator-> () const noexcept
 
constexpr T * handle () noexcept
 
constexpr const T * handle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (T &native) noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< T, Handler >
using NativeType = T
 
using HandlerType = Handler
 
- Protected Member Functions inherited from opcua::Wrapper< T, Handler >
constexpr const T & native () const noexcept
 
constexpr T & native () noexcept
 
constexpr void clear () noexcept
 

Constructor & Destructor Documentation

◆ MethodAttributes()

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

Construct with default attribute definitions.

Definition at line 488 of file types.hpp.

Member Function Documentation

◆ description()

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

Definition at line 491 of file types.hpp.

◆ displayName()

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

Definition at line 491 of file types.hpp.

◆ executable()

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

Definition at line 492 of file types.hpp.

◆ setDescription()

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

Definition at line 491 of file types.hpp.

◆ setDisplayName()

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

Definition at line 491 of file types.hpp.

◆ setExecutable()

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

Definition at line 492 of file types.hpp.

◆ setUserExecutable()

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

Definition at line 493 of file types.hpp.

◆ setUserWriteMask()

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

Definition at line 491 of file types.hpp.

◆ setWriteMask()

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

Definition at line 491 of file types.hpp.

◆ specifiedAttributes()

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

Definition at line 491 of file types.hpp.

◆ userExecutable()

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

Definition at line 493 of file types.hpp.

◆ userWriteMask()

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

Definition at line 491 of file types.hpp.

◆ Wrapper() [1/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( )
constexprdefaultnoexcept

◆ Wrapper() [2/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const T &  native)
inlineexplicitconstexpr

Copy constructor with native object.

Definition at line 151 of file wrapper.hpp.

◆ Wrapper() [3/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( const Wrapper other)
inlineconstexpr

Copy constructor.

Definition at line 147 of file wrapper.hpp.

◆ Wrapper() [4/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( T &&  native)
inlineconstexprnoexcept

Move constructor with native object.

Definition at line 159 of file wrapper.hpp.

◆ Wrapper() [5/5]

constexpr opcua::Wrapper< T, Handler >::Wrapper ( Wrapper &&  other)
inlineconstexprnoexcept

Move constructor.

Definition at line 155 of file wrapper.hpp.

◆ writeMask()

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

Definition at line 491 of file types.hpp.