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

#include <types.hpp>

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

Detailed Description

Public Member Functions

 EnumValueType (int64_t value, LocalizedText displayName, LocalizedText description)
 
int64_t value () const noexcept
 
int64_t getValue () const noexcept
 
const LocalizedTextdisplayName () const noexcept
 
const LocalizedTextgetDisplayName () const noexcept
 
LocalizedTextdisplayName () noexcept
 
LocalizedTextgetDisplayName () noexcept
 
const LocalizedTextdescription () const noexcept
 
const LocalizedTextgetDescription () const noexcept
 
LocalizedTextdescription () noexcept
 
LocalizedTextgetDescription () 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_EnumValueType, UA_TYPES_ENUMVALUETYPE >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_EnumValueType &native)
 
constexpr TypeWrapper (UA_EnumValueType &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_EnumValueType &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_EnumValueType &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_EnumValueType >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const UA_EnumValueType &native) noexcept
 
constexpr Wrapper (UA_EnumValueType &&native) noexcept
 
constexpr Wrapperoperator= (const UA_EnumValueType &native) noexcept
 
constexpr Wrapperoperator= (UA_EnumValueType &&native) noexcept
 
constexpr operator UA_EnumValueType & () noexcept
 
constexpr operator const UA_EnumValueType & () const noexcept
 
constexpr UA_EnumValueTypeoperator-> () noexcept
 
constexpr const UA_EnumValueTypeoperator-> () const noexcept
 
constexpr UA_EnumValueTypehandle () noexcept
 
constexpr const UA_EnumValueTypehandle () const noexcept
 
constexpr void swap (Wrapper &other) noexcept
 
constexpr void swap (UA_EnumValueType &native) noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ EnumValueType()

opcua::ua::EnumValueType::EnumValueType ( int64_t value,
LocalizedText displayName,
LocalizedText description )
inline

Definition at line 138 of file types.hpp.

Member Function Documentation

◆ value()

int64_t opcua::ua::EnumValueType::value ( ) const
inlinenoexcept

Definition at line 144 of file types.hpp.

Referenced by EnumValueType().

◆ getValue()

int64_t opcua::ua::EnumValueType::getValue ( ) const
inlinenoexcept
Deprecated
Use value instead

Definition at line 144 of file types.hpp.

◆ displayName() [1/2]

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

Definition at line 145 of file types.hpp.

Referenced by EnumValueType().

◆ getDisplayName() [1/2]

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

Definition at line 145 of file types.hpp.

◆ displayName() [2/2]

LocalizedText & opcua::ua::EnumValueType::displayName ( )
inlinenoexcept

Definition at line 145 of file types.hpp.

◆ getDisplayName() [2/2]

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

Definition at line 145 of file types.hpp.

◆ description() [1/2]

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

Definition at line 146 of file types.hpp.

Referenced by EnumValueType().

◆ getDescription() [1/2]

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

Definition at line 146 of file types.hpp.

◆ description() [2/2]

LocalizedText & opcua::ua::EnumValueType::description ( )
inlinenoexcept

Definition at line 146 of file types.hpp.

◆ getDescription() [2/2]

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

Definition at line 146 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.