#include <boost/python.hpp>
#include "nrp_event_loop/computational_graph/input_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 | InputEdge< T_IN, T_OUT, INPUT_CLASS > |
Helper template class used to implement Python input edge decorators. More... | |
Typedefs | |
template<class T_IN , INPUT_C< T_IN > INPUT_CLASS> | |
using | SimpleInputEdge = InputEdge< T_IN, T_IN, INPUT_CLASS > |
Variables | |
template<class T , class T_IN > | |
concept | INPUT_C = std::is_base_of_v<InputNode<T_IN>, T> |
using SimpleInputEdge = InputEdge<T_IN, T_IN, INPUT_CLASS> |
concept INPUT_C = std::is_base_of_v<InputNode<T_IN>, T> |