Vector subset
| 108 | // Vector subset |
| 109 | // |
| 110 | const_iterator begin() const { return vch.begin() + nReadPos; } |
| 111 | iterator begin() { return vch.begin() + nReadPos; } |
| 112 | const_iterator end() const { return vch.end(); } |
| 113 | iterator end() { return vch.end(); } |
no outgoing calls
no test coverage detected