ATLAS Offline Software
Static Public Member Functions | List of all members
Debugger Class Reference
Collaboration diagram for Debugger:

Static Public Member Functions

static bool get_debug_state ()
 
static bool debug ()
 

Detailed Description

Definition at line 16 of file IdDictMgr.cxx.

Member Function Documentation

◆ debug()

static bool Debugger::debug ( )
inlinestatic

Definition at line 26 of file IdDictMgr.cxx.

27  {
28  static const bool debug_state = get_debug_state();
29  return debug_state;
30  }

◆ get_debug_state()

static bool Debugger::get_debug_state ( )
inlinestatic

Definition at line 19 of file IdDictMgr.cxx.

20  {
21  if (::getenv ("IDDEBUG") != 0) {
22  return true;
23  }
24  return false;
25  }

The documentation for this class was generated from the following file:
Debugger::get_debug_state
static bool get_debug_state()
Definition: IdDictMgr.cxx:19
SCT_ConditionsAlgorithms::CoveritySafe::getenv
std::string getenv(const std::string &variableName)
get an environment variable
Definition: SCT_ConditionsUtilities.cxx:17