| 337 | } |
| 338 | |
| 339 | bool cmInstrumentation::HasOption(cmInstrumentationQuery::Option option) const |
| 340 | { |
| 341 | return (this->options.find(option) != this->options.end()); |
| 342 | } |
| 343 | |
| 344 | bool cmInstrumentation::HasHook(cmInstrumentationQuery::Hook hook) const |
| 345 | { |