Go to the documentation of this file.
25 #include <boost/python.hpp>
36 InputDummy(
const std::string &
id, boost::python::object value) :
38 _value(std::move(value))
56 boost::python::object _value;
64 InputDummyEdge(
const std::string& keyword,
const std::string&
id, boost::python::object value) :
78 #endif //INPUT_DUMMY_H
const std::string & id() const
Returns the node 'id'.
Definition: computational_node.h:57