Definition at line 62 of file PassDescriptor.hpp.
Public Member Functions | |
constexpr | PassDescriptorT (dw::core::StringView &&name_, dwProcessorType processorType_) |
constexpr | PassDescriptorT (dw::core::StringView &&name_, dwProcessorType processorType_, std::array< dw::core::StringView, NumberOfDependencies > &&dependencies_) |
Public Attributes | |
std::array< dw::core::StringView, NumberOfDependencies > | dependencies |
bool | hasDependencies |
dw::core::StringView | name |
dwProcessorType | processorType |
|
inlineconstexpr |
Definition at line 69 of file PassDescriptor.hpp.
|
inlineconstexpr |
Definition at line 78 of file PassDescriptor.hpp.
std::array<dw::core::StringView, NumberOfDependencies> dw::framework::PassDescriptorT< NumberOfDependencies >::dependencies |
Definition at line 67 of file PassDescriptor.hpp.
bool dw::framework::PassDescriptorT< NumberOfDependencies >::hasDependencies |
Definition at line 66 of file PassDescriptor.hpp.
dw::core::StringView dw::framework::PassDescriptorT< NumberOfDependencies >::name |
Definition at line 64 of file PassDescriptor.hpp.
dwProcessorType dw::framework::PassDescriptorT< NumberOfDependencies >::processorType |
Definition at line 65 of file PassDescriptor.hpp.