#include <iostream>#include <list>Go to the source code of this file.
Classes | |
| class | Range |
| class | DRgreater |
| class | RangeChain |
Functions | |
| bool | lessRangeByDirectional (const Range *r1, const Range *r2) |
helper functions for sorting and find operation on list<Range*>
This is an adaptor to Range.lessByDirection().
Sort by + direction then - direction.
Several helper functions for sorting and find operation on list<Range*>
References Range::lessByDirection().
Referenced by RangeChain::add().
1.5.6