2#ifndef CHEPREP_INDENTPRINTWRITER_H
3#define CHEPREP_INDENTPRINTWRITER_H 1
30 void println(
const std::string & s);
31 void print(
const std::string & s);
47 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)