ReactOS 0.4.16-dev-258-g81860b4
|
Public Types | |
typedef basic_streambuf< _CharT, _Traits > | _StreamBuf |
typedef _StreamBuf::int_type | int_type |
Public Member Functions | |
_SPutBackC (_StreamBuf *pfrom) | |
~_SPutBackC () | |
void | guard (int_type c) |
void | release () |
Private Attributes | |
_StreamBuf * | __pfrom |
int_type | __c |
bool | __do_guard |
Definition at line 118 of file _ostream.c.
typedef basic_streambuf<_CharT, _Traits> _SPutBackC< _CharT, _Traits >::_StreamBuf |
Definition at line 119 of file _ostream.c.
typedef _StreamBuf::int_type _SPutBackC< _CharT, _Traits >::int_type |
Definition at line 120 of file _ostream.c.
|
inline |
Definition at line 121 of file _ostream.c.
|
inline |
Definition at line 123 of file _ostream.c.
|
inline |
Definition at line 129 of file _ostream.c.
|
inline |
Definition at line 133 of file _ostream.c.
|
private |
Definition at line 139 of file _ostream.c.
Referenced by basic_ostream< char, char_traits< char > >::operator<<().
|
private |
Definition at line 140 of file _ostream.c.
Referenced by _SPutBackC< _CharT, _Traits >::release().
|
private |
Definition at line 138 of file _ostream.c.
Referenced by basic_ostream< char, char_traits< char > >::operator<<().