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

Method ASStreamIterator

astyle/src/astyle_main.cpp:95–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94template<typename T>
95ASStreamIterator<T>::ASStreamIterator(T* in)
96{
97 inStream = in;
98 buffer.reserve(200);
99 eolWindows = 0;
100 eolLinux = 0;
101 eolMacOld = 0;
102 outputEOL[0] = '\0';
103 peekStart = 0;
104 prevLineDeleted = false;
105 checkForEmptyLine = false;
106}
107
108template<typename T>
109ASStreamIterator<T>::~ASStreamIterator()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected