|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Cmp_Arc ()=default | |
| Cmp_Arc (bool __directed) noexcept | |
| bool | operator() (const GT_Arc *a1, const GT_Arc *a2) const |
Static Public Member Functions | |
| static bool | ptr_less (void *a, void *b) noexcept |
| static std::pair< void *, void * > | endpoints (const GT_Arc *a, const bool directed) noexcept |
Public Attributes | |
| bool | directed = false |
Definition at line 128 of file tpl_indexArc.H.
|
default |
|
inlineexplicitnoexcept |
Definition at line 139 of file tpl_indexArc.H.
|
inlinestaticnoexcept |
Definition at line 141 of file tpl_indexArc.H.
References Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::directed, and Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::ptr_less().
Referenced by Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::operator()().
|
inline |
Definition at line 153 of file tpl_indexArc.H.
References Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::directed, Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::endpoints(), Aleph::maps(), and Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::ptr_less().
|
inlinestaticnoexcept |
Definition at line 132 of file tpl_indexArc.H.
Referenced by Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::endpoints(), and Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::operator()().
Definition at line 130 of file tpl_indexArc.H.
Referenced by Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::endpoints(), and Aleph::IndexArc< GT, Tree, SA >::Cmp_Arc::operator()().