add begin and end methods to run_list
This commit is contained in:
@@ -35,6 +35,10 @@ namespace base {
|
||||
void add(run_list<T> const &rl);
|
||||
void sub(run_list<T> const &rl);
|
||||
|
||||
typedef std::set<run<T> >::const_iterator const_iterator;
|
||||
const_iterator begin() const;
|
||||
const_iterator end() const;
|
||||
|
||||
private:
|
||||
bool in_run_(T const &key) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user