#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiUtils/RegEx.h>
|
| template<typename C > |
| | matchList (const C &c) |
| |
| bool | Or (const std::string &test) const |
| |
| bool | And (const std::string &test) const |
| |
| template<typename C > |
| | matchList (const C &c) |
| |
| bool | Or (const std::string &test) const |
| |
| bool | And (const std::string &test) const |
| |
|
| std::vector< boost::regex > | m_regs |
| |
Definition at line 27 of file RegEx.h.
template<typename C >
| Gaudi::Utils::RegEx::matchList::matchList |
( |
const C & |
c | ) |
|
|
inline |
Definition at line 30 of file RegEx.h.
33 std::back_inserter(
m_regs),
34 [](
typename C::const_reference
i) {
return boost::regex{i}; } );
auto begin(reverse_wrapper< T > &w)
std::vector< boost::regex > m_regs
auto end(reverse_wrapper< T > &w)
template<typename C >
| Gaudi::Utils::RegEx::matchList::matchList |
( |
const C & |
c | ) |
|
|
inline |
Definition at line 30 of file RegEx.h.
33 std::back_inserter(
m_regs),
34 [](
typename C::const_reference
i) {
return boost::regex{i}; } );
auto begin(reverse_wrapper< T > &w)
std::vector< boost::regex > m_regs
auto end(reverse_wrapper< T > &w)
| bool Gaudi::Utils::RegEx::matchList::And |
( |
const std::string & |
test | ) |
const |
|
inline |
Definition at line 43 of file RegEx.h.
45 [&](
const boost::regex& r) {
46 return boost::regex_match(
test, r);
auto begin(reverse_wrapper< T > &w)
std::vector< boost::regex > m_regs
auto end(reverse_wrapper< T > &w)
| bool Gaudi::Utils::RegEx::matchList::And |
( |
const std::string & |
test | ) |
const |
|
inline |
Definition at line 43 of file RegEx.h.
45 [&](
const boost::regex& r) {
46 return boost::regex_match(
test, r);
auto begin(reverse_wrapper< T > &w)
std::vector< boost::regex > m_regs
auto end(reverse_wrapper< T > &w)
| bool Gaudi::Utils::RegEx::matchList::Or |
( |
const std::string & |
test | ) |
const |
|
inline |
Definition at line 37 of file RegEx.h.
39 [&](
const boost::regex& r) {
40 return boost::regex_match(
test, r);
auto begin(reverse_wrapper< T > &w)
std::vector< boost::regex > m_regs
auto end(reverse_wrapper< T > &w)
| bool Gaudi::Utils::RegEx::matchList::Or |
( |
const std::string & |
test | ) |
const |
|
inline |
Definition at line 37 of file RegEx.h.
39 [&](
const boost::regex& r) {
40 return boost::regex_match(
test, r);
auto begin(reverse_wrapper< T > &w)
std::vector< boost::regex > m_regs
auto end(reverse_wrapper< T > &w)
| std::vector< boost::regex > Gaudi::Utils::RegEx::matchList::m_regs |
|
private |
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiUtils/RegEx.h