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

Public Member Functions | |
| not_lex_less_face_line_t (const line_graph_t &g) | |
| bool | operator() (const line_graph_t::face_t &e1, const line_graph_t::face_t &e2) |
Private Attributes | |
| const line_graph_t & | lg |
Definition at line 505 of file angel_tools.hpp.
| angel::not_lex_less_face_line_t::not_lex_less_face_line_t | ( | const line_graph_t & | g | ) | [inline] |
Definition at line 509 of file angel_tools.hpp.
| bool angel::not_lex_less_face_line_t::operator() | ( | const line_graph_t::face_t & | e1, |
| const line_graph_t::face_t & | e2 | ||
| ) | [inline] |
Definition at line 511 of file angel_tools.hpp.
References angel::lex_less_face(), and lg.

const line_graph_t& angel::not_lex_less_face_line_t::lg [private] |
Definition at line 506 of file angel_tools.hpp.
Referenced by operator()().