#include "nrp_event_loop/computational_graph/output_node.h"
#include "nrp_event_loop/python/functional_node.h"
#include "nrp_event_loop/computational_graph/computational_graph_manager.h"
Go to the source code of this file.
Classes | |
class | OutputEdge< T_IN, T_OUT, OUTPUT_CLASS > |
Helper class used to implement Python output edge decorators. More... | |
Typedefs | |
template<class T_OUT , OUTPUT_C< T_OUT > OUTPUT_CLASS> | |
using | SimpleOutputEdge = OutputEdge< T_OUT, T_OUT, OUTPUT_CLASS > |
Variables | |
template<class T , class T_OUT > | |
concept | OUTPUT_C = std::is_base_of_v<OutputNode<T_OUT>, T> |
using SimpleOutputEdge = OutputEdge<T_OUT, T_OUT, OUTPUT_CLASS> |
concept OUTPUT_C = std::is_base_of_v<OutputNode<T_OUT>, T> |