|
angel
mercurial changeset:
|
#include <angel_tools.hpp>

Public Member Functions | |
| write_edge_op_t (const c_graph_t &_cg) | |
| std::ostream & | operator() (std::ostream &stream, c_graph_t::edge_t e) |
Private Attributes | |
| const c_graph_t & | cg |
Definition at line 52 of file angel_tools.hpp.
| angel::write_edge_op_t::write_edge_op_t | ( | const c_graph_t & | _cg | ) | [inline] |
Definition at line 55 of file angel_tools.hpp.
| std::ostream& angel::write_edge_op_t::operator() | ( | std::ostream & | stream, |
| c_graph_t::edge_t | e | ||
| ) | [inline] |
Definition at line 56 of file angel_tools.hpp.
References cg.
const c_graph_t& angel::write_edge_op_t::cg [private] |
Definition at line 53 of file angel_tools.hpp.
Referenced by operator()().