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

#include <types.hpp>

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

Detailed Description

UA_BuildInfo wrapper class.

See also
https://reference.opcfoundation.org/Core/Part5/v105/docs/12.4

Definition at line 1483 of file types.hpp.

Public Member Functions

 BuildInfo (std::string_view productUri, std::string_view manufacturerName, std::string_view productName, std::string_view softwareVersion, std::string_view buildNumber, DateTime buildDate)
 
const StringproductUri () const noexcept
 
StringproductUri () noexcept
 
const StringmanufacturerName () const noexcept
 
StringmanufacturerName () noexcept
 
const StringproductName () const noexcept
 
StringproductName () noexcept
 
const StringsoftwareVersion () const noexcept
 
StringsoftwareVersion () noexcept
 
const StringbuildNumber () const noexcept
 
StringbuildNumber () noexcept
 
const DateTimebuildDate () const noexcept
 
DateTimebuildDate () 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

◆ BuildInfo()

opcua::ua::BuildInfo::BuildInfo ( std::string_view  productUri,
std::string_view  manufacturerName,
std::string_view  productName,
std::string_view  softwareVersion,
std::string_view  buildNumber,
DateTime  buildDate 
)
inline

Definition at line 1487 of file types.hpp.

Member Function Documentation

◆ buildDate() [1/2]

const DateTime & opcua::ua::BuildInfo::buildDate ( ) const
inlinenoexcept

Definition at line 1508 of file types.hpp.

◆ buildDate() [2/2]

DateTime & opcua::ua::BuildInfo::buildDate ( )
inlinenoexcept

Definition at line 1508 of file types.hpp.

◆ buildNumber() [1/2]

const String & opcua::ua::BuildInfo::buildNumber ( ) const
inlinenoexcept

Definition at line 1507 of file types.hpp.

◆ buildNumber() [2/2]

String & opcua::ua::BuildInfo::buildNumber ( )
inlinenoexcept

Definition at line 1507 of file types.hpp.

◆ manufacturerName() [1/2]

const String & opcua::ua::BuildInfo::manufacturerName ( ) const
inlinenoexcept

Definition at line 1504 of file types.hpp.

◆ manufacturerName() [2/2]

String & opcua::ua::BuildInfo::manufacturerName ( )
inlinenoexcept

Definition at line 1504 of file types.hpp.

◆ productName() [1/2]

const String & opcua::ua::BuildInfo::productName ( ) const
inlinenoexcept

Definition at line 1505 of file types.hpp.

◆ productName() [2/2]

String & opcua::ua::BuildInfo::productName ( )
inlinenoexcept

Definition at line 1505 of file types.hpp.

◆ productUri() [1/2]

const String & opcua::ua::BuildInfo::productUri ( ) const
inlinenoexcept

Definition at line 1503 of file types.hpp.

◆ productUri() [2/2]

String & opcua::ua::BuildInfo::productUri ( )
inlinenoexcept

Definition at line 1503 of file types.hpp.

◆ softwareVersion() [1/2]

const String & opcua::ua::BuildInfo::softwareVersion ( ) const
inlinenoexcept

Definition at line 1506 of file types.hpp.

◆ softwareVersion() [2/2]

String & opcua::ua::BuildInfo::softwareVersion ( )
inlinenoexcept

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