15 #ifndef MULTIPLEXSTREAM_H 16 #define MULTIPLEXSTREAM_H 18 #include "pandabase.h" 20 #include "multiplexStreamBuf.h" 39 INLINE
void add_ostream(ostream *out,
bool delete_later =
false);
40 INLINE
bool add_stdio_file(FILE *file,
bool close_when_done);
41 INLINE
void add_standard_output();
43 INLINE
void add_system_debug();
51 #include "multiplexStream.I" The name of a file, such as a texture file or an Egg file.
Used by MultiplexStream to implement an ostream that sends what is written to it to any number of add...
This is a special ostream that forwards the data that is written to it to any number of other sources...