#include <pandabase.h>
#include "indent.I"
Go to the source code of this file.
Functions | |
EXPCL_PANDAEXPRESS ostream & | indent (ostream &out, int indent_level) |
A handy function for doing text formatting. | |
template<class InputIterator> void | write_long_list (ostream &out, int indent_level, InputIterator ifirst, InputIterator ilast, string first_prefix="", string later_prefix="", int max_col=72) |
Writes a list of things to the indicated output stream, with a space separating each item. |
Definition in file indent.h.
|
|
Writes a list of things to the indicated output stream, with a space separating each item. One or more lines will be written, and the lines will automatically be broken such that no line exceeds max_col columns if possible. Definition at line 39 of file indent.I. Referenced by EggNurbsSurface::is_closed_u(), and RIBGraphicsStateGuardian::write_light_color(). |