#include <types_composed.hpp>
◆ DataTypeAttributes()
opcua::DataTypeAttributes::DataTypeAttributes |
( |
| ) |
|
|
inline |
◆ getSpecifiedAttributes()
◆ getDisplayName()
const LocalizedText & opcua::DataTypeAttributes::getDisplayName |
( |
| ) |
const |
|
inlinenoexcept |
◆ setDisplayName()
auto & opcua::DataTypeAttributes::setDisplayName |
( |
const LocalizedText & | displayName | ) |
|
|
inline |
◆ getDescription()
const LocalizedText & opcua::DataTypeAttributes::getDescription |
( |
| ) |
const |
|
inlinenoexcept |
◆ setDescription()
auto & opcua::DataTypeAttributes::setDescription |
( |
const LocalizedText & | description | ) |
|
|
inline |
◆ getWriteMask()
◆ setWriteMask()
auto & opcua::DataTypeAttributes::setWriteMask |
( |
Bitmask< WriteMask > | writeMask | ) |
|
|
inlinenoexcept |
◆ getUserWriteMask()
◆ setUserWriteMask()
auto & opcua::DataTypeAttributes::setUserWriteMask |
( |
Bitmask< WriteMask > | userWriteMask | ) |
|
|
inlinenoexcept |
◆ getIsAbstract()
bool opcua::DataTypeAttributes::getIsAbstract |
( |
| ) |
const |
|
inlinenoexcept |
◆ setIsAbstract()
auto & opcua::DataTypeAttributes::setIsAbstract |
( |
bool | isAbstract | ) |
|
|
inlinenoexcept |
◆ TypeWrapper() [1/5]
◆ TypeWrapper() [2/5]
Constructor with native object (deep copy).
Definition at line 31 of file typewrapper.hpp.
◆ TypeWrapper() [3/5]
Constructor with native object (move rvalue).
Definition at line 35 of file typewrapper.hpp.
◆ TypeWrapper() [4/5]
◆ TypeWrapper() [5/5]