MCPcopy Create free account
hub / github.com/KDE/kdevelop / tellg

Method tellg

plugins/astyle/astyle_stringiterator.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27std::streamoff AStyleStringIterator::tellg()
28{
29 return m_is.pos();
30}
31
32int AStyleStringIterator::getStreamLength() const
33{

Callers 2

nextLineMethod · 0.80

Calls 1

posMethod · 0.80

Tested by

no test coverage detected