The Gaudi Framework  v29r0 (ff2e7097)
RegEx.h File Reference
#include <boost/regex.hpp>
#include <string>
Include dependency graph for RegEx.h:
This graph shows which files directly or indirectly include this file:

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 &regexps)
 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 &regexps)
 return true if the string is in all of the regex's More...