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

#include <types_composed.hpp>

Inheritance diagram for opcua::EnumValueType:
[legend]

Detailed Description

Public Member Functions

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

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 getTypeIndex ()
 
- 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::EnumValueType::EnumValueType ( int64_t value,
LocalizedText displayName,
LocalizedText description )
inline

Definition at line 91 of file types_composed.hpp.

Member Function Documentation

◆ getValue()

int64_t opcua::EnumValueType::getValue ( ) const
inlinenoexcept

Definition at line 97 of file types_composed.hpp.

◆ getDisplayName() [1/2]

const LocalizedText & opcua::EnumValueType::getDisplayName ( ) const
inlinenoexcept

Definition at line 98 of file types_composed.hpp.

◆ getDisplayName() [2/2]

LocalizedText & opcua::EnumValueType::getDisplayName ( )
inlinenoexcept

Definition at line 98 of file types_composed.hpp.

◆ getDescription() [1/2]

const LocalizedText & opcua::EnumValueType::getDescription ( ) const
inlinenoexcept

Definition at line 99 of file types_composed.hpp.

◆ getDescription() [2/2]

LocalizedText & opcua::EnumValueType::getDescription ( )
inlinenoexcept

Definition at line 99 of file types_composed.hpp.

◆ TypeWrapper() [1/5]

opcua::TypeWrapper< T, typeIndex >::TypeWrapper ( )
constexprdefault

◆ TypeWrapper() [2/5]

opcua::TypeWrapper< T, typeIndex >::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, typeIndex >::TypeWrapper ( T && native)
inlineconstexprnoexcept

Constructor with native object (move rvalue).

Definition at line 35 of file typewrapper.hpp.

◆ TypeWrapper() [4/5]

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

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.