14 #ifndef WORDWRAPSTREAMBUF_H 15 #define WORDWRAPSTREAMBUF_H 34 virtual int overflow(
int c);
38 void write_chars(
const char *start,
int length);
39 INLINE
void set_literal_mode(
bool mode);
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().
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A special ostream that formats all of its output through ProgramBase::show_text().