Vowpal Wabbit
|
#include <error_reporting.h>
Classes | |
class | vw_streambuf |
Public Member Functions | |
vw_ostream () | |
Public Attributes | |
void * | trace_context |
trace_message_t | trace_listener |
Private Attributes | |
vw_streambuf | buf |
Definition at line 7 of file error_reporting.h.
vw_ostream::vw_ostream | ( | ) |
Definition at line 257 of file global_data.cc.
References trace_listener, and trace_listener_cerr().
|
private |
Definition at line 18 of file error_reporting.h.
void* vw_ostream::trace_context |
Definition at line 23 of file error_reporting.h.
Referenced by parse_args().
trace_message_t vw_ostream::trace_listener |
Definition at line 24 of file error_reporting.h.
Referenced by parse_args(), and vw_ostream().