GNU Radio's DSD Package
testing::internal::RE Class Reference

#include <gtest-port.h>

Public Member Functions

 RE (const RE &other)
 RE (const ::std::string &regex)
 RE (const char *regex)
 ~RE ()
const char * pattern () const
 RE (const RE &other)
 RE (const ::std::string &regex)
 RE (const char *regex)
 ~RE ()
const char * pattern () const

Static Public Member Functions

static bool FullMatch (const ::std::string &str, const RE &re)
static bool PartialMatch (const ::std::string &str, const RE &re)
static bool FullMatch (const char *str, const RE &re)
static bool PartialMatch (const char *str, const RE &re)
static bool FullMatch (const ::std::string &str, const RE &re)
static bool PartialMatch (const ::std::string &str, const RE &re)
static bool FullMatch (const char *str, const RE &re)
static bool PartialMatch (const char *str, const RE &re)

Constructor & Destructor Documentation

◆ RE() [1/6]

testing::internal::RE::RE ( const RE & other)
inline

References pattern(), and RE().

Referenced by FullMatch(), FullMatch(), PartialMatch(), PartialMatch(), and RE().

◆ RE() [2/6]

testing::internal::RE::RE ( const ::std::string & regex)
inline

◆ RE() [3/6]

testing::internal::RE::RE ( const char * regex)
inline

◆ ~RE() [1/2]

testing::internal::RE::~RE ( )

◆ RE() [4/6]

testing::internal::RE::RE ( const RE & other)
inline

References pattern(), and RE().

◆ RE() [5/6]

testing::internal::RE::RE ( const ::std::string & regex)
inline

◆ RE() [6/6]

testing::internal::RE::RE ( const char * regex)
inline

◆ ~RE() [2/2]

testing::internal::RE::~RE ( )

Member Function Documentation

◆ FullMatch() [1/4]

bool testing::internal::RE::FullMatch ( const ::std::string & str,
const RE & re )
inlinestatic

◆ FullMatch() [2/4]

bool testing::internal::RE::FullMatch ( const ::std::string & str,
const RE & re )
inlinestatic

References FullMatch(), and RE().

◆ FullMatch() [3/4]

bool testing::internal::RE::FullMatch ( const char * str,
const RE & re )
static

References RE().

◆ FullMatch() [4/4]

bool testing::internal::RE::FullMatch ( const char * str,
const RE & re )
static

References RE().

◆ PartialMatch() [1/4]

bool testing::internal::RE::PartialMatch ( const ::std::string & str,
const RE & re )
inlinestatic

◆ PartialMatch() [2/4]

bool testing::internal::RE::PartialMatch ( const ::std::string & str,
const RE & re )
inlinestatic

References PartialMatch(), and RE().

◆ PartialMatch() [3/4]

bool testing::internal::RE::PartialMatch ( const char * str,
const RE & re )
static

References RE().

◆ PartialMatch() [4/4]

bool testing::internal::RE::PartialMatch ( const char * str,
const RE & re )
static

References RE().

◆ pattern() [1/2]

const char * testing::internal::RE::pattern ( ) const
inline

Referenced by RE().

◆ pattern() [2/2]

const char * testing::internal::RE::pattern ( ) const
inline

The documentation for this class was generated from the following files: