Bash++
Bash++ compiler internal documentation
Classes
NullStream.h File Reference
#include <streambuf>
#include <ostream>
Include dependency graph for NullStream.h:
This graph shows which files directly or indirectly include this file:

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...