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

Method ~ASSourceIterator

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected