2 #ifndef CHEPREP_INDENTPRINTWRITER_H
3 #define CHEPREP_INDENTPRINTWRITER_H 1
31 void println(
const std::string & s);
32 void print(
const std::string & s);
IndentPrintWriter(std::ostream *out, int level=0)
virtual ~IndentPrintWriter()
void print(const std::string &s)
IndentPrintWriter & operator<<(const std::string &s)
void setIndent(const int level)
void setIndentString(const std::string &indentString)
std::string getIndentString() const