Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

WordWrapStream Class Reference

A special ostream that formats all of its output through ProgramBase::show_text(). More...

#include <wordWrapStream.h>

List of all members.

Public Member Functions

 WordWrapStream (ProgramBase *program)

Private Attributes

WordWrapStreamBuf _lsb


Detailed Description

A special ostream that formats all of its output through ProgramBase::show_text().

This allows the program to easily word-wrap its output messages to fit the terminal width.

By convention (inherited from show_text), a newline written to the WordWrapStream indicates a paragraph break, and is generally printed as a blank line. To force a line break without a paragraph break, use ''.

Definition at line 54 of file wordWrapStream.h.


Constructor & Destructor Documentation

WordWrapStream::WordWrapStream ProgramBase program  ) 
 

Definition at line 33 of file wordWrapStream.cxx.


Member Data Documentation

WordWrapStreamBuf WordWrapStream::_lsb [private]
 

Definition at line 59 of file wordWrapStream.h.


The documentation for this class was generated from the following files:
Generated on Fri May 2 03:28:08 2003 for Panda-Tool by doxygen1.3