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

Static Public Member Functions

static bool get_debug_state ()
 
static bool debug ()
 

Detailed Description

Definition at line 25 of file ExpatCoreParser.cxx.

Member Function Documentation

◆ debug()

static bool ExpatCoreParserDebugger::debug ( )
inlinestatic

Definition at line 32 of file ExpatCoreParser.cxx.

33  {
34  static const bool debug_state = get_debug_state();
35  return debug_state;
36  }

◆ get_debug_state()

static bool ExpatCoreParserDebugger::get_debug_state ( )
inlinestatic

Definition at line 28 of file ExpatCoreParser.cxx.

29  {
30  return ::getenv ("XMLDEBUG") != 0;
31  }

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