MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getOutputEOL

Method getOutputEOL

other_src/astyle/src/astyle_main.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 bool compareToInputBuffer(const string& nextLine_) const
117 { return (nextLine_ == prevBuffer); }
118 const char* getOutputEOL() const { return outputEOL; }
119 bool hasMoreLines() const { return !inStream->eof(); }
120};
121

Callers 3

formatCinToCoutMethod · 0.80
formatFileMethod · 0.80
AStyleMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected