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 construct/copy/destruct

  1. keyed_port(const runtime_info & category, const runtime_info & tag);

keyed_port public member functions

  1. bool is_keyed_port() const;
  2. bool has_key(const std::type_info & info) ;
  3. port & get_keyed_port(const std::type_info & info) ;