|  | The Gaudi Framework
    v36r9p1 (5c15b2bb)
    | 
#include <boost/regex.hpp>#include <string>

Go to the source code of this file.
| Classes | |
| class | Gaudi::Utils::RegEx::matchList | 
| Namespaces | |
| Gaudi | |
| Header file for std:chrono::duration-based Counters. | |
| Gaudi::Utils | |
| 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  More... | |
| 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  More... | |