Writes indented text to a stream.
Definition at line 15 of CodeFormatter.hppCodeFormatter(std::ostream& stream_) |
void | BeginContent() |
int | CurrentIndent() const |
void | DecIndent() |
void | EndContent() |
void | Flush() |
void | IncIndent() |
int | Indent() const |
int | IndentSize() const |
int | Line() const |
void | NewLine() |
bool | PreserveSpace() const |
void | ResetStart() |
void | SetIndentSize(int indentSize_) |
void | SetLine(int line_) |
void | SetLogging() |
void | SetPreserveSpace(bool preserveSpace_) |
void | SetStart() |
void | SetStartText(const std::string& startText_) |
bool | Start() const |
const std::string& | StartText() const |
void | Write(const std::string& text) |
void | WriteLine() |
void | WriteLine(const std::string& text) |
CodeFormatter& | operator<<(StandardEndLine manip) |
std::basic_ostream<char, std::char_traits<char>> | CoutType |
bool | atBeginningOfLine |
int | contentCount |
int | indent |
int | indentSize |
int | line |
bool | logging |
bool | preserveSpace |
bool | start |
std::string | startText |
std::ostream& | stream |