Geant4  10.02.p03
pdb4dna/src/CommandLineParser.cc File Reference
#include <iomanip>
#include "CommandLineParser.hh"
Include dependency graph for pdb4dna/src/CommandLineParser.cc:

Go to the source code of this file.

Functions

bool MATCH (const char *a, const char *b)
 

Function Documentation

◆ MATCH()

bool MATCH ( const char *  a,
const char *  b 
)
inline

Definition at line 51 of file pdb4dna/src/CommandLineParser.cc.

52 {
53  return strcmp(a, b) == 0;
54 }
Here is the call graph for this function: