#include <Node.hpp>

Public Types | |
| using | Properties = Props |
Public Member Functions | |
| std::unique_ptr< Node > | clone () const override |
| const char * | getName () const override |
Public Attributes | |
| Properties & | properties |
| Underlying properties. More... | |
Private Member Functions | |
| NodeCRTP (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | |
| NodeCRTP (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId, std::unique_ptr< Properties > props) | |
Private Attributes | |
| friend | Base |
| friend | Derived |
Friends | |
| class | PipelineImpl |
| using dai::NodeCRTP< Base, Derived, Props >::Properties = Props |
|
inlineprivate |
|
inlineprivate |
|
inlineoverride |
|
inlineoverride |
|
friend |
|
private |
|
private |
| Properties& dai::NodeCRTP< Base, Derived, Props >::properties |