33 #include <boost/shared_ptr.hpp> 40 edge(
const std::string& fp,
const std::string& tp);
43 const std::string&
to_port()
const;
51 std::size_t
size()
const;
59 boost::shared_ptr<impl>
impl_;
Definition: parameters.hpp:11
const std::string & from_port() const
const std::string & to_port() const
edge(const std::string &fp, const std::string &tp)
Definition: element.hpp:36
A tendril is the slender, winding organ of the ecto::cell that gives it its awesome type erasure and ...
Definition: tendril.hpp:84
void push_back(const ecto::tendril &t)
boost::shared_ptr< impl > impl_
Definition: edge.hpp:58