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