#include <sbuild-nostream.h>
Private Member Functions | |
| traits::int_type | overflow (typename traits::int_type c) |
| Output buffer. | |
This stream buffer acts as a bit-bucket, discarding all input.
Definition at line 34 of file sbuild-nostream.h.
| traits::int_type sbuild::basic_nbuf< cT, traits >::overflow | ( | typename traits::int_type | c | ) | [inline, private] |
Output buffer.
EOF is never returned.
| c | the character to output. |
Definition at line 43 of file sbuild-nostream.h.
1.5.1