| 45 | } |
| 46 | |
| 47 | bool CircleIterator::operator !=(const CircleIterator& other) const |
| 48 | { |
| 49 | return (internalIterator_ != other.internalIterator_); |
| 50 | } |
| 51 | |
| 52 | const Index& CircleIterator::operator *() const |
| 53 | { |
nothing calls this directly
no outgoing calls
no test coverage detected