| 114 | {} |
| 115 | |
| 116 | void ProcessAllFeatures(string const & filename) |
| 117 | { |
| 118 | using namespace std::placeholders; |
| 119 | ForEachFeature(filename, std::bind(&Processor::ProcessFeature, this, _1, _2)); |
| 120 | } |
| 121 | |
| 122 | void BuildGraph(IndexGraph & graph) const |
| 123 | { |
no test coverage detected