| open62541pp 0.19.0
    C++ wrapper of open62541 | 
#include <types.hpp>
UA_ReadRequest wrapper class.
| Public Member Functions | |
| ReadRequest (RequestHeader requestHeader, double maxAge, TimestampsToReturn timestampsToReturn, Span< const ReadValueId > nodesToRead) | |
| const RequestHeader & | requestHeader () const noexcept | 
| RequestHeader & | requestHeader () noexcept | 
| double | maxAge () const noexcept | 
| TimestampsToReturn | timestampsToReturn () const noexcept | 
| Span< const ReadValueId > | nodesToRead () const noexcept | 
| Span< ReadValueId > | nodesToRead () 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 Wrapper & | operator= (const Wrapper &other) | 
| constexpr Wrapper & | operator= (const T &native) | 
| constexpr Wrapper & | operator= (Wrapper &&other) noexcept | 
| constexpr Wrapper & | operator= (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 | 
|  Related Symbols inherited from opcua::Wrapper< T, Handler > | |
| template<typename T > | |
| constexpr T * | asWrapper (typename T::NativeType *native) noexcept | 
| template<typename T > | |
| constexpr const T * | asWrapper (const typename T::NativeType *native) noexcept | 
| template<typename T > | |
| constexpr T & | asWrapper (typename T::NativeType &native) noexcept | 
| template<typename T > | |
| constexpr const T & | asWrapper (const typename T::NativeType &native) noexcept | 
| template<typename T > | |
| constexpr T::NativeType * | asNative (T *wrapper) noexcept | 
| template<typename T > | |
| constexpr const T::NativeType * | asNative (const T *wrapper) noexcept | 
| template<typename T > | |
| constexpr T::NativeType & | asNative (T &wrapper) noexcept | 
| template<typename T > | |
| constexpr const T::NativeType & | asNative (const T &wrapper) noexcept | 
| 
 | inline | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | constexprdefaultnoexcept | 
| 
 | inlineexplicitconstexpr | 
Copy constructor with native object.
Definition at line 151 of file wrapper.hpp.
| 
 | inlineconstexpr | 
Copy constructor.
Definition at line 147 of file wrapper.hpp.
| 
 | inlineconstexprnoexcept | 
Move constructor with native object.
Definition at line 159 of file wrapper.hpp.
| 
 | inlineconstexprnoexcept | 
Move constructor.
Definition at line 155 of file wrapper.hpp.