![]() |
Castor3D 0.16.0
Multiplatform 3D engine
|
Stream buffer used by streams to indent lines. More...
#include <StreamPrefixBuffer.hpp>


Public Types | |
| using | int_type = typename traits::int_type |
| using | pos_type = typename traits::pos_type |
| using | off_type = typename traits::off_type |
Public Member Functions | |
| BasicPrefixBuffer (std::basic_streambuf< char_type, traits > *sbuf) | |
| Constructor. | |
| std::streambuf * | sbuf () const |
| Retrieves the stream buffer. | |
Stream buffer used by streams to indent lines.
| using castor::format::BasicPrefixBuffer< prefix_type, char_type, traits >::int_type = typename traits::int_type |
| using castor::format::BasicPrefixBuffer< prefix_type, char_type, traits >::off_type = typename traits::off_type |
| using castor::format::BasicPrefixBuffer< prefix_type, char_type, traits >::pos_type = typename traits::pos_type |
|
inlineexplicit |
Constructor.
|
inline |
Retrieves the stream buffer.