Home
last modified time | relevance | path

Searched refs:actor_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/detail/
Dread_graphviz_spirit.hpp91 typedef boost::function2< void, id_t const&, id_t const& > actor_t; typedef
112 : boost::spirit::classic::closure< attr_list_closure, actor_t >
202 = (as_lower_d[keyword_p("graph")] >> attr_list(actor_t( in definition()
205 | (as_lower_d[keyword_p("node")] >> attr_list(actor_t( in definition()
208 | (as_lower_d[keyword_p("edge")] >> attr_list(actor_t( in definition()
240 >> if_p(edgeRHS)[!attr_list(actor_t(phoenix::bind( in definition()
244 actor_t(phoenix::bind( in definition()
475 actor_t& actor = attr_list.prop_actor(); in call_prop_actor()