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

Class ASSourceIterator

astyle/src/astyle.h:196–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194//-----------------------------------------------------------------------------
195
196class ASSourceIterator
197{
198 public:
199 ASSourceIterator() {}
200 virtual ~ASSourceIterator() {}
201 virtual bool hasMoreLines() const = 0;
202 virtual string nextLine(bool emptyLineWasDeleted = false) = 0;
203 virtual string peekNextLine() = 0;
204 virtual void peekReset() = 0;
205};
206
207//-----------------------------------------------------------------------------
208// Class ASResource

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected