ATLAS Offline Software
Loading...
Searching...
No Matches
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()

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()

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: