Definition at line 123 of file ParameterDescriptor.hpp.
Public Types | |
using | SemanticType = SemanticType_ |
using | Type = Type_ |
Public Member Functions | |
constexpr | ParameterDescriptorT (dw::core::StringView &&typeName_, dw::core::StringView &¶meterName_, const MemberPointers &&... memberPointers_) |
Public Attributes | |
std::tuple< const MemberPointers... > | memberPointers |
dw::core::StringView | parameterName |
dw::core::StringView | typeName |
Static Public Attributes | |
static constexpr size_t | ARRAY_SIZE {ArraySize} |
static constexpr bool | HAS_DEFAULT {HasDefault} |
static constexpr bool | IS_ABSTRACT {IsAbstract} |
static constexpr bool | IS_INDEX {IsIndex} |
using dw::framework::ParameterDescriptorT< Type_, SemanticType_, IsIndex, ArraySize, IsAbstract, HasDefault, MemberPointers >::SemanticType = SemanticType_ |
Definition at line 131 of file ParameterDescriptor.hpp.
using dw::framework::ParameterDescriptorT< Type_, SemanticType_, IsIndex, ArraySize, IsAbstract, HasDefault, MemberPointers >::Type = Type_ |
Definition at line 128 of file ParameterDescriptor.hpp.
|
inlineconstexpr |
Definition at line 140 of file ParameterDescriptor.hpp.
|
staticconstexpr |
Definition at line 133 of file ParameterDescriptor.hpp.
|
staticconstexpr |
Definition at line 137 of file ParameterDescriptor.hpp.
|
staticconstexpr |
Definition at line 134 of file ParameterDescriptor.hpp.
|
staticconstexpr |
Definition at line 132 of file ParameterDescriptor.hpp.
std::tuple<const MemberPointers...> dw::framework::ParameterDescriptorT< Type_, SemanticType_, IsIndex, ArraySize, IsAbstract, HasDefault, MemberPointers >::memberPointers |
Definition at line 138 of file ParameterDescriptor.hpp.
dw::core::StringView dw::framework::ParameterDescriptorT< Type_, SemanticType_, IsIndex, ArraySize, IsAbstract, HasDefault, MemberPointers >::parameterName |
Definition at line 126 of file ParameterDescriptor.hpp.
dw::core::StringView dw::framework::ParameterDescriptorT< Type_, SemanticType_, IsIndex, ArraySize, IsAbstract, HasDefault, MemberPointers >::typeName |
Definition at line 125 of file ParameterDescriptor.hpp.