Gaudi::Parsers::_NoCaseCmp_ Struct Reference
#include <Catalogue.h>
List of all members.
Detailed Description
case-insensitive comparison criteria for strings
Definition at line 33 of file Catalogue.h.
|
Public Member Functions |
| bool | operator() (const std::string &s1, const std::string &s2) const |
| | case-insensitive comparison criteria for strings
|
Member Function Documentation
| bool Gaudi::Parsers::_NoCaseCmp_::operator() |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2 | |
|
) |
| | const |
case-insensitive comparison criteria for strings
Definition at line 132 of file Catalogue.cpp.
00134 { return boost::to_lower_copy( s1 ) < boost::to_lower_copy( s2 ) ; }
The documentation for this struct was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v20r3/GaudiSvc/src/JobOptionsSvc/Catalogue.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v20r3/GaudiSvc/src/JobOptionsSvc/Catalogue.cpp