14 #ifndef LINESTREAMBUF_H 15 #define LINESTREAMBUF_H 31 INLINE
bool is_text_available()
const;
32 std::string get_line();
33 INLINE
bool has_newline()
const;
36 virtual int overflow(
int c);
40 INLINE
void write_chars(
const char *start,
size_t length);
Used by LineStream to implement an ostream that writes to a memory buffer, whose contents can be cont...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.