| 95 | this->List.insert(this->List.begin(), value); |
| 96 | } |
| 97 | bool HasObject(cmXCodeObject* o) const |
| 98 | { |
| 99 | return cm::contains(this->List, o); |
| 100 | } |
| 101 | void AddUniqueObject(cmXCodeObject* value) |
| 102 | { |
| 103 | if (!cm::contains(this->List, value)) { |
no outgoing calls
no test coverage detected