|
open62541pp 0.19.0
C++ wrapper of open62541
|
This is the complete list of members for opcua::DataTypeBuilder< T, Tag, U >, including all inherited members.
| addField(std::string_view fieldName, const UA_DataType &fieldType) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| addField(std::string_view fieldName) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| addField(std::string_view fieldName, size_t offset, const UA_DataType &fieldType) | opcua::DataTypeBuilder< T, Tag, U > | |
| addField(std::string_view fieldName, size_t offset) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| addField(std::string_view fieldName, const UA_DataType &fieldType) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| addField(std::string_view fieldName) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| addField(std::string_view fieldName, size_t offsetSize, size_t offsetArray, const UA_DataType &fieldType) | opcua::DataTypeBuilder< T, Tag, U > | |
| addField(std::string_view fieldName, size_t offsetSize, size_t offsetArray) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| addUnionField(std::string_view fieldName, const UA_DataType &fieldType) | opcua::DataTypeBuilder< T, Tag, U > | |
| addUnionField(std::string_view fieldName) | opcua::DataTypeBuilder< T, Tag, U > | inline |
| build() | opcua::DataTypeBuilder< T, Tag, U > | |
| createEnum(std::string_view typeName, NodeId typeId, NodeId binaryEncodingId) | opcua::DataTypeBuilder< T, Tag, U > | static |
| createStructure(std::string_view typeName, NodeId typeId, NodeId binaryEncodingId) | opcua::DataTypeBuilder< T, Tag, U > | static |
| createUnion(std::string_view typeName, NodeId typeId, NodeId binaryEncodingId) | opcua::DataTypeBuilder< T, Tag, U > | static |
| DataTypeBuilder | opcua::DataTypeBuilder< T, Tag, U > | friend |