MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / peekReset

Method peekReset

astyle/src/astyle_main.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239// reset current position and EOF for peekNextLine()
240template<typename T>
241void ASStreamIterator<T>::peekReset()
242{
243 assert(peekStart != 0);
244 inStream->clear();
245 inStream->seekg(peekStart);
246 peekStart = 0;
247}
248
249// save the last input line after input has reached EOF
250template<typename T>

Callers 5

peekNextTextMethod · 0.80
checkIfTemplateOpenerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected