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