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


Public Types | |
| using | traits_type = TraitsT |
| using | string_type = std::basic_string< CharT, TraitsT > |
| using | ostream_type = std::basic_ostream< CharT, TraitsT > |
| using | streambuf_type = std::basic_streambuf< CharT, TraitsT > |
| using | int_type = typename TraitsT::int_type |
| using | pos_type = typename TraitsT::pos_type |
| using | off_type = typename TraitsT::off_type |
Public Member Functions | |
| BasicPrefixBufferT (ostream_type &stream) | |
| ~BasicPrefixBufferT () noexcept override | |
Stream buffer used by streams to indent lines.
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::int_type = typename TraitsT::int_type |
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::off_type = typename TraitsT::off_type |
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::ostream_type = std::basic_ostream< CharT, TraitsT > |
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::pos_type = typename TraitsT::pos_type |
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::streambuf_type = std::basic_streambuf< CharT, TraitsT > |
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::string_type = std::basic_string< CharT, TraitsT > |
| using castor::format::BasicPrefixBufferT< PrefixT, CharT, TraitsT >::traits_type = TraitsT |
|
inlineexplicit |
|
inlineoverridenoexcept |