| 6152 | } |
| 6153 | } |
| 6154 | void addNextFilters( std::vector<std::string> const& filters ) { |
| 6155 | if( filters.size() > 1 ) |
| 6156 | std::copy( filters.begin()+1, filters.end(), std::back_inserter( m_filters ) ); |
| 6157 | } |
| 6158 | }; |
| 6159 | |
| 6160 | class IndexTracker : public TrackerBase { |