| 109 | KeyValuePair* current() const { return m_Accessor.current(); } |
| 110 | |
| 111 | bool getFirst() { return m_Accessor.getFirst(); } |
| 112 | bool getNext() { return m_Accessor.getNext(); } |
| 113 | |
| 114 | bool locate(const KeyType& key) { return m_Accessor.locate(key); } |
no outgoing calls
no test coverage detected