15 #ifndef WORDWRAPSTREAMBUF_H
16 #define WORDWRAPSTREAMBUF_H
18 #include "pandatoolbase.h"
36 virtual int overflow(
int c);
40 void write_chars(
const char *start,
int length);
41 INLINE
void set_literal_mode(
bool mode);
50 #include "wordWrapStreamBuf.I"
This is intended to be the base class for most general-purpose utility programs in the PANDATOOL tree...
Used by WordWrapStream to implement an ostream that flushes its output to ProgramBase::show_text().
A special ostream that formats all of its output through ProgramBase::show_text().