14#ifndef WORDWRAPSTREAMBUF_H
15#define WORDWRAPSTREAMBUF_H
28class WordWrapStreamBuf :
public std::streambuf {
31 virtual ~WordWrapStreamBuf();
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...
A special ostream that formats all of its output through ProgramBase::show_text().
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.