Template Class DeviceNodeCRTP
Defined in File DeviceNode.hpp
Inheritance Relationships
Base Type
public Base
Class Documentation
-
template<typename Base, typename Derived, typename Props>
class DeviceNodeCRTP : public Base -
Public Members
-
Properties &properties
Underlying properties.
Public Static Functions
-
static inline std::shared_ptr<Derived> create(std::unique_ptr<Properties> props)
Protected Functions
-
inline DeviceNodeCRTP()
-
inline DeviceNodeCRTP(std::unique_ptr<Properties> props)
-
inline DeviceNodeCRTP(std::unique_ptr<Properties> props, bool confMode)
Protected Attributes
- friend Derived
- friend Base
- friend PipelineImpl
-
Properties &properties