14 #ifndef MULTIPLEXSTREAM_H 15 #define MULTIPLEXSTREAM_H 39 INLINE
void add_ostream(std::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();
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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...