Class keyed_port
boost::dataflow::blueprint::keyed_port —
Synopsis
class keyed_port { public: // construct/copy/destruct keyed_port(const runtime_info &, const runtime_info &); // public member functions bool is_keyed_port() const; bool has_key(const std::type_info &) ; port & get_keyed_port(const std::type_info &) ; };
Description
keyed_port public member functions
-
bool is_keyed_port() const;
-
bool has_key(const std::type_info & info) ;
-
port & get_keyed_port(const std::type_info & info) ;