|
template<typename PrefixT , typename CharT , typename BufferT = BasicPrefixBufferT< BasePrefixerT< CharT, PrefixT >, CharT >, typename BufferManagerType = BasicPrefixBufferManagerT< BasePrefixerT< CharT, PrefixT >, CharT >> |
BufferT * | castor::format::installPrefixBuffer (std::basic_ostream< CharT > &stream) |
| Initializes the stream in order to indent it.
|
|
template<typename PrefixT , typename CharT > |
void | castor::format::callback (std::ios_base::event ev, std::ios_base &ios, CU_UnusedParam(int, x)) |
| The stream events callback.
|
|
template<typename CharT , typename PrefixT > |
std::basic_ostream< CharT > & | castor::operator<< (std::basic_ostream< CharT > &stream, format::BasePrefixerT< CharT, PrefixT > const &) |
| Stream operator.
|
|