The Gaudi Framework  master (37c0b60a)
RegEx.h File Reference
#include <boost/regex.hpp>
#include <string>
Include dependency graph for RegEx.h:

Go to the source code of this file.

Classes

class  Gaudi::Utils::RegEx::matchList
 

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 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...