#include <angel_tools.hpp>
Public Member Functions | |
write_edge_bool_op_t (const c_graph_t &_cg) | |
std::ostream & | operator() (std::ostream &stream, std::pair< c_graph_t::edge_t, bool > eb) |
Private Attributes | |
const c_graph_t & | cg |
Definition at line 54 of file angel_tools.hpp.
angel::write_edge_bool_op_t::write_edge_bool_op_t | ( | const c_graph_t & | _cg | ) | [inline] |
Definition at line 57 of file angel_tools.hpp.
std::ostream& angel::write_edge_bool_op_t::operator() | ( | std::ostream & | stream, | |
std::pair< c_graph_t::edge_t, bool > | eb | |||
) | [inline] |
const c_graph_t& angel::write_edge_bool_op_t::cg [private] |