#include <dtoolbase.h>
Go to the source code of this file.
Functions | |
ostream & | indent (ostream &out, int indent_level) |
A handy function for doing text formatting. |
Definition in file indent.h.
|
A handy function for doing text formatting. This function simply outputs the indicated number of spaces to the given output stream, returning the stream itself. Useful for indenting a series of lines of text by a given amount. Definition at line 41 of file indent.cxx. |