MCPcopy Create free account
hub / github.com/KDE/kdiff3 / StringIter

Method StringIter

src/diff.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69public:
70 StringIter(QString const& s)
71 : ptr(s.begin())
72 , end(s.end())
73 {}
74
75 bool hasPeek() const {
76 return ptr < end;

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected