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 30 of file ExpatCoreParser.cxx.

30  {
31  static const bool debug_state = get_debug_state();
32  return debug_state;
33  }

◆ get_debug_state()

static bool ExpatCoreParserDebugger::get_debug_state ( )
inlinestatic

Definition at line 27 of file ExpatCoreParser.cxx.

27  {
28  return ::getenv ("XMLDEBUG") != 0;
29  }

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