#include "dcindent.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 dcindent.cxx.
|
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 33 of file dcindent.cxx. Referenced by DCMolecularField::get_atomic(), and CMetaInterval::priv_reverse_instant(). |