angel
mercurial changeset:
|
#include <angel_tools.hpp>
Public Member Functions | |
write_vertex_op_t (const c_graph_t &_cg) | |
std::ostream & | operator() (std::ostream &stream, c_graph_t::vertex_t v) |
Private Attributes | |
const c_graph_t & | cg |
Definition at line 42 of file angel_tools.hpp.
angel::write_vertex_op_t::write_vertex_op_t | ( | const c_graph_t & | _cg | ) | [inline] |
Definition at line 45 of file angel_tools.hpp.
std::ostream& angel::write_vertex_op_t::operator() | ( | std::ostream & | stream, |
c_graph_t::vertex_t | v | ||
) | [inline] |
Definition at line 46 of file angel_tools.hpp.
const c_graph_t& angel::write_vertex_op_t::cg [private] |
Definition at line 43 of file angel_tools.hpp.