#include <row_buffer.h>
Public Member Functions | |
void | check (void) const |
This run-time check is used in debug only. | |
strm_strmbuf () | |
The stream buffer must have a default constructor. | |
Public Attributes | |
Augm | _strmbuf |
The streambuf must have a default constructor. | |
BasicOStream | _strm |
The streambuf must be built before the stream. |
rpa::row_buffer< Type, DerivStrmBuf, Augm >::strm_strmbuf::strm_strmbuf | ( | ) | [inline] |
The stream buffer must have a default constructor.
void rpa::row_buffer< Type, DerivStrmBuf, Augm >::strm_strmbuf::check | ( | void | ) | const [inline] |
This run-time check is used in debug only.
BasicOStream rpa::row_buffer< Type, DerivStrmBuf, Augm >::strm_strmbuf::_strm |
The streambuf must be built before the stream.
Augm rpa::row_buffer< Type, DerivStrmBuf, Augm >::strm_strmbuf::_strmbuf [mutable] |
The streambuf must have a default constructor.