#include <iostream>
Include dependency graph for BESDebug.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BESDebug |
Defines | |
#define | I_BESDebug_h 1 |
top level BES object to house generic methods | |
#define | BESDEBUG(x) { if( BESDebug::Debug() ) *(BESDebug::Get_strm()) << x ; } |
#define BESDEBUG | ( | x | ) | { if( BESDebug::Debug() ) *(BESDebug::Get_strm()) << x ; } |
Definition at line 45 of file BESDebug.h.
Referenced by BESMemoryGlobalArea::BESMemoryGlobalArea(), BESCmdInterface::build_data_request_plan(), BESCgiInterface::build_data_request_plan(), BESMemoryManager::check_memory_pool(), BESInterface::end_request(), BESInterface::execute_data_request_plan(), SSLServer::initConnection(), SSLClient::initConnection(), ServerApp::initialize(), OPENDAP_CLASSModule::initialize(), DAPCommandModule::initialize(), CmdApp::initialize(), BESInterface::initialize(), BESDefaultModule::initialize(), BESDefaultCommands::initialize(), BESDapModule::initialize(), BESCmdInterface::initialize(), BESInterface::invoke_aggregation(), BESCache::purge(), BESMemoryManager::release_global_pool(), BESInterface::report_request(), ServerApp::run(), CmdApp::run(), ServerApp::terminate(), OPENDAP_CLASSModule::terminate(), DAPCommandModule::terminate(), BESDefaultModule::terminate(), BESDefaultCommands::terminate(), BESDapModule::terminate(), BESInterface::transmit_data(), and BESUncompressManager::uncompress().
#define I_BESDebug_h 1 |