#include <IndentPrintWriter.h>
Definition at line 22 of file IndentPrintWriter.h.
cheprep::IndentPrintWriter::IndentPrintWriter |
( |
std::ostream * |
out, |
|
|
int |
level = 0 |
|
) |
| |
cheprep::IndentPrintWriter::~IndentPrintWriter |
( |
| ) |
|
|
virtual |
void cheprep::IndentPrintWriter::close |
( |
| ) |
|
int cheprep::IndentPrintWriter::getIndent |
( |
| ) |
const |
string cheprep::IndentPrintWriter::getIndentString |
( |
| ) |
const |
void cheprep::IndentPrintWriter::indent |
( |
| ) |
|
IndentPrintWriter& cheprep::IndentPrintWriter::operator<< |
( |
std::ostream &(*)(std::ostream &) |
pf | ) |
|
void cheprep::IndentPrintWriter::outdent |
( |
| ) |
|
void cheprep::IndentPrintWriter::print |
( |
const std::string & |
s | ) |
|
void cheprep::IndentPrintWriter::println |
( |
const std::string & |
s | ) |
|
void cheprep::IndentPrintWriter::println |
( |
| ) |
|
void cheprep::IndentPrintWriter::setIndent |
( |
const int |
level | ) |
|
void cheprep::IndentPrintWriter::setIndentString |
( |
const std::string & |
indentString | ) |
|
The documentation for this class was generated from the following files: