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);
virtual ~IndentPrintWriter()
IndentPrintWriter(std::ostream *out, int level=0)
void setIndentString(const std::string &indentString)
std::string getIndentString() const
void setIndent(const int level)
IndentPrintWriter & operator<<(const std::string &s)
void print(const std::string &s)