Actions
Task #3738
closedSimplify FIB/StrategyChoice iterators with Boost.Range
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Fib::const_iterator
StrategyChoice::const_iterator
are adaptors of name_tree::Iterator
.
They can be simplified with boost::adaptors::transform
.
Updated by Junxiao Shi over 8 years ago
- Related to Task #3164: Reduce usage of shared_ptr in FIB/PIT/StrategyChoice/Measurements added
Updated by Junxiao Shi over 8 years ago
- % Done changed from 0 to 50
https://gerrit.named-data.net/3075 declares name_tree::Range
as the return type of NameTree::fullEnumerate
instead of "an unspecified type".
https://gerrit.named-data.net/3076 implements FIB iterator with boost::adaptors::transform
.
Updated by Junxiao Shi over 8 years ago
- Subject changed from Simplify FIB/Measurements/StrategyChoice iterators with Boost.Range to Simplify FIB/StrategyChoice iterators with Boost.Range
- Description updated (diff)
- Status changed from In Progress to Code review
- % Done changed from 50 to 100
https://gerrit.named-data.net/3086 implements StrategyChoice iterator with boost::adaptors::transform
.
Measurements
table does not have enumeration feature so I delete that part from this issue.
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Closed
Actions