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

Static Public Member Functions

static bool get_debug_state ()
 
static bool debug ()
 

Detailed Description

Definition at line 12 of file XMLCoreParser.cxx.

Member Function Documentation

◆ debug()

static bool XMLCoreParserDebugger::debug ( )
inlinestatic

Definition at line 19 of file XMLCoreParser.cxx.

20  {
21  static const bool debug_state = get_debug_state();
22  return debug_state;
23  }

◆ get_debug_state()

static bool XMLCoreParserDebugger::get_debug_state ( )
inlinestatic

Definition at line 15 of file XMLCoreParser.cxx.

16  {
17  return ::getenv ("XMLDEBUG") != 0;
18  }

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