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

#include <types_composed.hpp>

Inheritance diagram for opcua::ApplicationDescription:
[legend]

Detailed Description

Public Member Functions

const StringgetApplicationUri () const noexcept
 
StringgetApplicationUri () noexcept
 
const StringgetProductUri () const noexcept
 
StringgetProductUri () noexcept
 
const LocalizedTextgetApplicationName () const noexcept
 
LocalizedTextgetApplicationName () noexcept
 
UA_ApplicationType getApplicationType () const noexcept
 
const StringgetGatewayServerUri () const noexcept
 
StringgetGatewayServerUri () noexcept
 
const StringgetDiscoveryProfileUri () const noexcept
 
StringgetDiscoveryProfileUri () noexcept
 
Span< const StringgetDiscoveryUrls () const noexcept
 
Span< StringgetDiscoveryUrls () 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_ApplicationDescription, UA_TYPES_APPLICATIONDESCRIPTION >
constexpr TypeWrapper ()=default
 
constexpr TypeWrapper (const UA_ApplicationDescription &native)
 
constexpr TypeWrapper (UA_ApplicationDescription &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_ApplicationDescription &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_ApplicationDescription &&native) noexcept
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_ApplicationDescription &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_ApplicationDescription >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_ApplicationDescription &native)
 
constexpr Wrapper (UA_ApplicationDescription &&native) noexcept
 
constexpr operator UA_ApplicationDescription & () noexcept
 
constexpr operator const UA_ApplicationDescription & () const noexcept
 
constexpr UA_ApplicationDescriptionoperator-> () noexcept
 
constexpr const UA_ApplicationDescriptionoperator-> () const noexcept
 
constexpr UA_ApplicationDescriptionhandle () noexcept
 
constexpr const UA_ApplicationDescriptionhandle () const noexcept
 

Additional Inherited Members

- Public Types inherited from opcua::Wrapper< UA_ApplicationDescription >
using NativeType
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_ApplicationDescription, UA_TYPES_APPLICATIONDESCRIPTION >
static constexpr TypeIndex getTypeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_ApplicationDescription, UA_TYPES_APPLICATIONDESCRIPTION >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< UA_ApplicationDescription >
constexpr const UA_ApplicationDescriptionnative () const noexcept
 
constexpr UA_ApplicationDescriptionnative () noexcept
 

Member Function Documentation

◆ getApplicationUri() [1/2]

const String & opcua::ApplicationDescription::getApplicationUri ( ) const
inlinenoexcept

Definition at line 111 of file types_composed.hpp.

◆ getApplicationUri() [2/2]

String & opcua::ApplicationDescription::getApplicationUri ( )
inlinenoexcept

Definition at line 111 of file types_composed.hpp.

◆ getProductUri() [1/2]

const String & opcua::ApplicationDescription::getProductUri ( ) const
inlinenoexcept

Definition at line 112 of file types_composed.hpp.

◆ getProductUri() [2/2]

String & opcua::ApplicationDescription::getProductUri ( )
inlinenoexcept

Definition at line 112 of file types_composed.hpp.

◆ getApplicationName() [1/2]

const LocalizedText & opcua::ApplicationDescription::getApplicationName ( ) const
inlinenoexcept

Definition at line 113 of file types_composed.hpp.

◆ getApplicationName() [2/2]

LocalizedText & opcua::ApplicationDescription::getApplicationName ( )
inlinenoexcept

Definition at line 113 of file types_composed.hpp.

◆ getApplicationType()

UA_ApplicationType opcua::ApplicationDescription::getApplicationType ( ) const
inlinenoexcept

Definition at line 114 of file types_composed.hpp.

◆ getGatewayServerUri() [1/2]

const String & opcua::ApplicationDescription::getGatewayServerUri ( ) const
inlinenoexcept

Definition at line 115 of file types_composed.hpp.

◆ getGatewayServerUri() [2/2]

String & opcua::ApplicationDescription::getGatewayServerUri ( )
inlinenoexcept

Definition at line 115 of file types_composed.hpp.

◆ getDiscoveryProfileUri() [1/2]

const String & opcua::ApplicationDescription::getDiscoveryProfileUri ( ) const
inlinenoexcept

Definition at line 116 of file types_composed.hpp.

◆ getDiscoveryProfileUri() [2/2]

String & opcua::ApplicationDescription::getDiscoveryProfileUri ( )
inlinenoexcept

Definition at line 116 of file types_composed.hpp.

◆ getDiscoveryUrls() [1/2]

Span< const String > opcua::ApplicationDescription::getDiscoveryUrls ( ) const
inlinenoexcept

Definition at line 117 of file types_composed.hpp.

◆ getDiscoveryUrls() [2/2]

Span< String > opcua::ApplicationDescription::getDiscoveryUrls ( )
inlinenoexcept

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