open62541pp 0.18.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 1549 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
 
const StringgetProductUri () const noexcept
 
StringproductUri () noexcept
 
StringgetProductUri () noexcept
 
const StringmanufacturerName () const noexcept
 
const StringgetManufacturerName () const noexcept
 
StringmanufacturerName () noexcept
 
StringgetManufacturerName () noexcept
 
const StringproductName () const noexcept
 
const StringgetProductName () const noexcept
 
StringproductName () noexcept
 
StringgetProductName () noexcept
 
const StringsoftwareVersion () const noexcept
 
const StringgetSoftwareVersion () const noexcept
 
StringsoftwareVersion () noexcept
 
StringgetSoftwareVersion () noexcept
 
const StringbuildNumber () const noexcept
 
const StringgetBuildNumber () const noexcept
 
StringbuildNumber () noexcept
 
StringgetBuildNumber () noexcept
 
const DateTimebuildDate () const noexcept
 
const DateTimegetBuildDate () const noexcept
 
DateTimebuildDate () noexcept
 
DateTimegetBuildDate () 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_BuildInfo, UA_TYPES_BUILDINFO >
constexpr TypeWrapper () noexcept=default
 
constexpr TypeWrapper (const UA_BuildInfo &native)
 
constexpr TypeWrapper (UA_BuildInfo &&native) noexcept
 
constexpr TypeWrapper (const TypeWrapper &other)
 
constexpr TypeWrapper (TypeWrapper &&other) noexcept
 
 ~TypeWrapper ()
 
constexpr TypeWrapperoperator= (const TypeWrapper &other)
 
constexpr TypeWrapperoperator= (const UA_BuildInfo &native)
 
constexpr TypeWrapperoperator= (TypeWrapper &&other) noexcept
 
constexpr TypeWrapperoperator= (UA_BuildInfo &&native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< T >
constexpr Wrapper () noexcept=default
 
constexpr Wrapper (const T &native) noexcept
 
constexpr Wrapper (T &&native) noexcept
 
constexpr Wrapperoperator= (const T &native) 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 >
using NativeType = T
 
- Static Public Member Functions inherited from opcua::TypeWrapper< UA_BuildInfo, UA_TYPES_BUILDINFO >
static constexpr TypeIndex typeIndex ()
 
- Protected Member Functions inherited from opcua::TypeWrapper< UA_BuildInfo, UA_TYPES_BUILDINFO >
constexpr void clear () noexcept
 
- Protected Member Functions inherited from opcua::Wrapper< T >
constexpr const T & native () const noexcept
 
constexpr T & native () 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 1553 of file types.hpp.

Member Function Documentation

◆ productUri() [1/2]

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

Definition at line 1569 of file types.hpp.

◆ getProductUri() [1/2]

const String & opcua::ua::BuildInfo::getProductUri ( ) const
inlinenoexcept
Deprecated:
Use productUri instead

Definition at line 1569 of file types.hpp.

◆ productUri() [2/2]

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

Definition at line 1569 of file types.hpp.

◆ getProductUri() [2/2]

String & opcua::ua::BuildInfo::getProductUri ( )
inlinenoexcept
Deprecated:
Use productUri instead

Definition at line 1569 of file types.hpp.

◆ manufacturerName() [1/2]

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

Definition at line 1570 of file types.hpp.

◆ getManufacturerName() [1/2]

const String & opcua::ua::BuildInfo::getManufacturerName ( ) const
inlinenoexcept
Deprecated:
Use manufacturerName instead

Definition at line 1570 of file types.hpp.

◆ manufacturerName() [2/2]

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

Definition at line 1570 of file types.hpp.

◆ getManufacturerName() [2/2]

String & opcua::ua::BuildInfo::getManufacturerName ( )
inlinenoexcept
Deprecated:
Use manufacturerName instead

Definition at line 1570 of file types.hpp.

◆ productName() [1/2]

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

Definition at line 1571 of file types.hpp.

◆ getProductName() [1/2]

const String & opcua::ua::BuildInfo::getProductName ( ) const
inlinenoexcept
Deprecated:
Use productName instead

Definition at line 1571 of file types.hpp.

◆ productName() [2/2]

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

Definition at line 1571 of file types.hpp.

◆ getProductName() [2/2]

String & opcua::ua::BuildInfo::getProductName ( )
inlinenoexcept
Deprecated:
Use productName instead

Definition at line 1571 of file types.hpp.

◆ softwareVersion() [1/2]

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

Definition at line 1572 of file types.hpp.

◆ getSoftwareVersion() [1/2]

const String & opcua::ua::BuildInfo::getSoftwareVersion ( ) const
inlinenoexcept
Deprecated:
Use softwareVersion instead

Definition at line 1572 of file types.hpp.

◆ softwareVersion() [2/2]

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

Definition at line 1572 of file types.hpp.

◆ getSoftwareVersion() [2/2]

String & opcua::ua::BuildInfo::getSoftwareVersion ( )
inlinenoexcept
Deprecated:
Use softwareVersion instead

Definition at line 1572 of file types.hpp.

◆ buildNumber() [1/2]

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

Definition at line 1573 of file types.hpp.

◆ getBuildNumber() [1/2]

const String & opcua::ua::BuildInfo::getBuildNumber ( ) const
inlinenoexcept
Deprecated:
Use buildNumber instead

Definition at line 1573 of file types.hpp.

◆ buildNumber() [2/2]

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

Definition at line 1573 of file types.hpp.

◆ getBuildNumber() [2/2]

String & opcua::ua::BuildInfo::getBuildNumber ( )
inlinenoexcept
Deprecated:
Use buildNumber instead

Definition at line 1573 of file types.hpp.

◆ buildDate() [1/2]

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

Definition at line 1574 of file types.hpp.

◆ getBuildDate() [1/2]

const DateTime & opcua::ua::BuildInfo::getBuildDate ( ) const
inlinenoexcept
Deprecated:
Use buildDate instead

Definition at line 1574 of file types.hpp.

◆ buildDate() [2/2]

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

Definition at line 1574 of file types.hpp.

◆ getBuildDate() [2/2]

DateTime & opcua::ua::BuildInfo::getBuildDate ( )
inlinenoexcept
Deprecated:
Use buildDate instead

Definition at line 1574 of file types.hpp.

◆ TypeWrapper() [1/5]

constexpr opcua::TypeWrapper< T, Index >::TypeWrapper ( )
constexprdefaultnoexcept

◆ TypeWrapper() [2/5]

constexpr 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]

constexpr 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]

constexpr opcua::TypeWrapper< T, Index >::TypeWrapper ( const TypeWrapper other)
inlineconstexpr

Copy constructor (deep copy).

Definition at line 43 of file typewrapper.hpp.

◆ TypeWrapper() [5/5]

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

Move constructor.

Definition at line 47 of file typewrapper.hpp.