![]() |
Trax3 3.1.0
trax track library
|
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) | |
Take a stream buffer like std::cout and redirects its output to another buffer, specified by the template parameter.