The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <boost/regex.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | Gaudi::Utils::RegEx::matchList |
Namespaces | |
Gaudi | |
Helper functions to set/get the application return code. | |
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... | |