Project

General

Profile

Actions

Task #1633

closed

Make StrategyChoice table enumerable

Added by Junxiao Shi almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Tables
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
3.00 h

Description

Extend StrategyChoice table API with:

/// a forward iterator that can be dereferenced to `nfd::strategy_choice::Entry` type
typedef ... const_iterator;

const_iterator begin() const;
const_iterator end() const;

size_t size() const;

Related issues 1 (0 open1 closed)

Blocks NFD - Task #1632: Strategy Choice dataset publisherClosed

Actions
Actions #1

Updated by Junxiao Shi almost 10 years ago

  • Blocks Task #1632: Strategy Choice dataset publisher added
Actions #2

Updated by Junxiao Shi almost 10 years ago

  • Assignee set to Junxiao Shi
Actions #3

Updated by Junxiao Shi almost 10 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Junxiao Shi almost 10 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 70
Actions #5

Updated by Alex Afanasyev almost 10 years ago

Why this issue is only 70%? Anything left here?

Actions #6

Updated by Junxiao Shi almost 10 years ago

  • Status changed from Code review to Closed
  • % Done changed from 70 to 100

Usually I put 70% when I upload the Change for review. The last 30% is for efforts during code review.

Actions

Also available in: Atom PDF