|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <full_streambuf.h>


Public Types | |
| typedef std::streambuf | _Base |
| typedef _Base::int_type | int_type |
| typedef _Base::traits_type | traits_type |
Public Member Functions | |
| full_streambuf (size_t nb_output, bool do_throw=false) | |
| std::string const & | str () const |
Protected Member Functions | |
| int_type | overflow (int_type c) |
Private Attributes | |
| size_t | _nb_output |
| bool | _do_throw |
| std::string | _buf |
Definition at line 11 of file full_streambuf.h.
| typedef std::streambuf full_streambuf::_Base |
Definition at line 13 of file full_streambuf.h.
| typedef _Base::int_type full_streambuf::int_type |
Definition at line 15 of file full_streambuf.h.
| typedef _Base::traits_type full_streambuf::traits_type |
Definition at line 16 of file full_streambuf.h.
Definition at line 18 of file full_streambuf.h.
Definition at line 26 of file full_streambuf.h.
|
inline |
Definition at line 22 of file full_streambuf.h.
Referenced by FstreamTest::streambuf_output(), and SstreamTest::streambuf_output().
|
private |
Definition at line 43 of file full_streambuf.h.
Referenced by overflow(), and str().
|
private |
Definition at line 42 of file full_streambuf.h.
Referenced by overflow().
|
private |
Definition at line 41 of file full_streambuf.h.
Referenced by overflow().