#include <types_composed.hpp>
◆ ObjectTypeAttributes()
opcua::ObjectTypeAttributes::ObjectTypeAttributes |
( |
| ) |
|
|
inline |
◆ getSpecifiedAttributes()
◆ getDisplayName()
const LocalizedText & opcua::ObjectTypeAttributes::getDisplayName |
( |
| ) |
const |
|
inlinenoexcept |
◆ setDisplayName()
auto & opcua::ObjectTypeAttributes::setDisplayName |
( |
const LocalizedText & | displayName | ) |
|
|
inline |
◆ getDescription()
const LocalizedText & opcua::ObjectTypeAttributes::getDescription |
( |
| ) |
const |
|
inlinenoexcept |
◆ setDescription()
auto & opcua::ObjectTypeAttributes::setDescription |
( |
const LocalizedText & | description | ) |
|
|
inline |
◆ getWriteMask()
◆ setWriteMask()
auto & opcua::ObjectTypeAttributes::setWriteMask |
( |
Bitmask< WriteMask > | writeMask | ) |
|
|
inlinenoexcept |
◆ getUserWriteMask()
◆ setUserWriteMask()
auto & opcua::ObjectTypeAttributes::setUserWriteMask |
( |
Bitmask< WriteMask > | userWriteMask | ) |
|
|
inlinenoexcept |
◆ getIsAbstract()
bool opcua::ObjectTypeAttributes::getIsAbstract |
( |
| ) |
const |
|
inlinenoexcept |
◆ setIsAbstract()
auto & opcua::ObjectTypeAttributes::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]