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

#include <types_composed.hpp>

Inheritance diagram for opcua::BuildInfo:
[legend]

Detailed Description

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 StringgetProductUri () const noexcept
 
StringgetProductUri () noexcept
 
const StringgetManufacturerName () const noexcept
 
StringgetManufacturerName () noexcept
 
const StringgetProductName () const noexcept
 
StringgetProductName () noexcept
 
const StringgetSoftwareVersion () const noexcept
 
StringgetSoftwareVersion () noexcept
 
const StringgetBuildNumber () const noexcept
 
StringgetBuildNumber () noexcept
 
const DateTimegetBuildDate () const noexcept
 
DateTimegetBuildDate () 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_BuildInfo, UA_TYPES_BUILDINFO >
constexpr TypeWrapper ()=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
 
constexpr void swap (TypeWrapper &other) noexcept
 
constexpr void swap (UA_BuildInfo &native) noexcept
 
- Public Member Functions inherited from opcua::Wrapper< UA_BuildInfo >
constexpr Wrapper ()=default
 
constexpr Wrapper (const UA_BuildInfo &native)
 
constexpr Wrapper (UA_BuildInfo &&native) noexcept
 
constexpr operator UA_BuildInfo & () noexcept
 
constexpr operator const UA_BuildInfo & () const noexcept
 
constexpr UA_BuildInfooperator-> () noexcept
 
constexpr const UA_BuildInfooperator-> () const noexcept
 
constexpr UA_BuildInfohandle () noexcept
 
constexpr const UA_BuildInfohandle () const noexcept
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ BuildInfo()

opcua::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 1432 of file types_composed.hpp.

Member Function Documentation

◆ getProductUri() [1/2]

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

Definition at line 1448 of file types_composed.hpp.

◆ getProductUri() [2/2]

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

Definition at line 1448 of file types_composed.hpp.

◆ getManufacturerName() [1/2]

const String & opcua::BuildInfo::getManufacturerName ( ) const
inlinenoexcept

Definition at line 1449 of file types_composed.hpp.

◆ getManufacturerName() [2/2]

String & opcua::BuildInfo::getManufacturerName ( )
inlinenoexcept

Definition at line 1449 of file types_composed.hpp.

◆ getProductName() [1/2]

const String & opcua::BuildInfo::getProductName ( ) const
inlinenoexcept

Definition at line 1450 of file types_composed.hpp.

◆ getProductName() [2/2]

String & opcua::BuildInfo::getProductName ( )
inlinenoexcept

Definition at line 1450 of file types_composed.hpp.

◆ getSoftwareVersion() [1/2]

const String & opcua::BuildInfo::getSoftwareVersion ( ) const
inlinenoexcept

Definition at line 1451 of file types_composed.hpp.

◆ getSoftwareVersion() [2/2]

String & opcua::BuildInfo::getSoftwareVersion ( )
inlinenoexcept

Definition at line 1451 of file types_composed.hpp.

◆ getBuildNumber() [1/2]

const String & opcua::BuildInfo::getBuildNumber ( ) const
inlinenoexcept

Definition at line 1452 of file types_composed.hpp.

◆ getBuildNumber() [2/2]

String & opcua::BuildInfo::getBuildNumber ( )
inlinenoexcept

Definition at line 1452 of file types_composed.hpp.

◆ getBuildDate() [1/2]

const DateTime & opcua::BuildInfo::getBuildDate ( ) const
inlinenoexcept

Definition at line 1453 of file types_composed.hpp.

◆ getBuildDate() [2/2]

DateTime & opcua::BuildInfo::getBuildDate ( )
inlinenoexcept

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