Trax3 3.1.0
trax track library
Loading...
Searching...
No Matches
RedirectStandardOut< buffer > Class Template Reference

Take a stream buffer like std::cout and redirects its output to another buffer, specified by the template parameter. More...

#include <C:/Trend/Development/Trax3/Code/common/RedirectStandardOutput_Base.h>

Public Types

typedef buffer buffer_type
typedef buffer_type::char_type char_type
typedef buffer_type::traits_type traits_type

Public Member Functions

 RedirectStandardOut (std::basic_ostream< char_type, traits_type > &out, bool bReportReconnection=true)

Detailed Description

template<class buffer>
class RedirectStandardOut< buffer >

Take a stream buffer like std::cout and redirects its output to another buffer, specified by the template parameter.


The documentation for this class was generated from the following file: