|
Bash++
Bash++ compiler internal documentation
|
#include <streambuf>#include <ostream>

Go to the source code of this file.
Classes | |
| class | NullBuffer |
| A stream buffer that discards all output. More... | |
| class | NullOStream |
| An output stream that discards all output This is used in the language server to parse programs without generating any compiled code, by setting the Listener's code_buffer to an instance of NullOStream. More... | |