|
template<typename PrefixType , typename CharType , typename BufferType = BasicPrefixBuffer< BasePrefixer< CharType, PrefixType >, CharType >, typename BufferManagerType = BasicPrefixBufferManager< BasePrefixer< CharType, PrefixType >, CharType >> |
BufferType * | castor::format::installPrefixBuffer (std::basic_ostream< CharType > &stream) |
| Initializes the stream in order to indent it.
|
|
template<typename PrefixType , typename CharType > |
void | castor::format::callback (std::ios_base::event ev, std::ios_base &ios, CU_UnusedParam(int, x)) |
| The stream events callback.
|
|
template<typename CharType , typename PrefixType > |
std::basic_ostream< CharType > & | castor::operator<< (std::basic_ostream< CharType > &stream, format::BasePrefixer< CharType, PrefixType > const &) |
| Stream operator.
|
|