|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |


Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| : AIDA interfaces visibility | |
| namespace | Gaudi::Utils |
| namespace | Gaudi::Utils::RegEx |
| RegeEx: nemspace to hold gaudi regular expression checking. | |
Functions | |
| template<typename T > | |
| bool | Gaudi::Utils::RegEx::matchOr (const std::string &test, const T ®exps) |
| return true if the string is in any of the regex's | |
| template<typename T > | |
| bool | Gaudi::Utils::RegEx::matchAnd (const std::string &test, const T ®exps) |
| return true if the string is in all of the regex's | |