#include <BESDebug.h>
Collaboration diagram for BESDebug:
Public Member Functions | |
BESDebug (ostream *strm) | |
virtual | ~BESDebug () |
virtual void | begin_debug () |
virtual void | end_debug () |
virtual bool | debug () |
virtual ostream * | get_strm () |
Static Public Member Functions | |
static void | Set_debugger (BESDebug *debugger) |
static void | Begin_debug () |
static void | End_debug () |
static bool | Debug () |
static ostream * | Get_strm () |
Definition at line 47 of file BESDebug.h.
BESDebug::BESDebug | ( | ostream * | strm | ) | [inline] |
Definition at line 55 of file BESDebug.h.
virtual BESDebug::~BESDebug | ( | ) | [inline, virtual] |
Definition at line 56 of file BESDebug.h.
virtual void BESDebug::begin_debug | ( | ) | [inline, virtual] |
virtual void BESDebug::end_debug | ( | ) | [inline, virtual] |
virtual bool BESDebug::debug | ( | ) | [inline, virtual] |
virtual ostream* BESDebug::get_strm | ( | ) | [inline, virtual] |
static void BESDebug::Set_debugger | ( | BESDebug * | debugger | ) | [inline, static] |
Definition at line 62 of file BESDebug.h.
Referenced by ServerApp::initialize(), and CmdApp::initialize().
static void BESDebug::Begin_debug | ( | ) | [inline, static] |
Definition at line 68 of file BESDebug.h.
References begin_debug().
Referenced by ServerApp::initialize(), and CmdApp::initialize().
Here is the call graph for this function:
static void BESDebug::End_debug | ( | ) | [inline, static] |
Definition at line 73 of file BESDebug.h.
References end_debug().
Here is the call graph for this function:
static bool BESDebug::Debug | ( | ) | [inline, static] |
Definition at line 78 of file BESDebug.h.
References debug().
Referenced by BESCmdInterface::build_data_request_plan().
Here is the call graph for this function:
static ostream* BESDebug::Get_strm | ( | ) | [inline, static] |
Definition at line 85 of file BESDebug.h.
References get_strm().
Referenced by BESCmdInterface::build_data_request_plan().
Here is the call graph for this function: