Qucs-core
0.0.19
|
#include <gtest.h>
Public Member Functions | |
RE (const RE &other) | |
RE (const ::std::string ®ex) | |
RE (const char *regex) | |
~RE () | |
const char * | pattern () const |
RE (const RE &other) | |
RE (const ::std::string ®ex) | |
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) |
Private Member Functions | |
void | Init (const char *regex) |
GTEST_DISALLOW_ASSIGN_ (RE) | |
void | Init (const char *regex) |
GTEST_DISALLOW_ASSIGN_ (RE) | |
Private Attributes | |
const char * | pattern_ |
bool | is_valid_ |
regex_t | full_regex_ |
regex_t | partial_regex_ |
Definition at line 2033 of file fused-src/gtest/gtest.h.
testing::internal::RE::RE | ( | const RE & | other | ) | [inline] |
Definition at line 2037 of file fused-src/gtest/gtest.h.
testing::internal::RE::RE | ( | const ::std::string & | regex | ) | [inline] |
Definition at line 2040 of file fused-src/gtest/gtest.h.
testing::internal::RE::RE | ( | const char * | regex | ) | [inline] |
Definition at line 2048 of file fused-src/gtest/gtest.h.
testing::internal::RE::RE | ( | const RE & | other | ) | [inline] |
Definition at line 930 of file gtest-port.h.
testing::internal::RE::RE | ( | const ::std::string & | regex | ) | [inline] |
Definition at line 933 of file gtest-port.h.
testing::internal::RE::RE | ( | const char * | regex | ) | [inline] |
Definition at line 941 of file gtest-port.h.
static bool testing::internal::RE::FullMatch | ( | const ::std::string & | str, |
const RE & | re | ||
) | [inline, static] |
Definition at line 954 of file gtest-port.h.
static bool testing::internal::RE::FullMatch | ( | const char * | str, |
const RE & | re | ||
) | [static] |
static bool testing::internal::RE::FullMatch | ( | const ::std::string & | str, |
const RE & | re | ||
) | [inline, static] |
Definition at line 2061 of file fused-src/gtest/gtest.h.
static bool testing::internal::RE::FullMatch | ( | const char * | str, |
const RE & | re | ||
) | [static] |
testing::internal::RE::GTEST_DISALLOW_ASSIGN_ | ( | RE | ) | [private] |
testing::internal::RE::GTEST_DISALLOW_ASSIGN_ | ( | RE | ) | [private] |
void testing::internal::RE::Init | ( | const char * | regex | ) | [private] |
void testing::internal::RE::Init | ( | const char * | regex | ) | [private] |
static bool testing::internal::RE::PartialMatch | ( | const ::std::string & | str, |
const RE & | re | ||
) | [inline, static] |
Definition at line 957 of file gtest-port.h.
static bool testing::internal::RE::PartialMatch | ( | const char * | str, |
const RE & | re | ||
) | [static] |
static bool testing::internal::RE::PartialMatch | ( | const ::std::string & | str, |
const RE & | re | ||
) | [inline, static] |
Definition at line 2064 of file fused-src/gtest/gtest.h.
static bool testing::internal::RE::PartialMatch | ( | const char * | str, |
const RE & | re | ||
) | [static] |
const char* testing::internal::RE::pattern | ( | ) | const [inline] |
Definition at line 945 of file gtest-port.h.
const char* testing::internal::RE::pattern | ( | ) | const [inline] |
Definition at line 2052 of file fused-src/gtest/gtest.h.
regex_t testing::internal::RE::full_regex_ [private] |
Definition at line 2093 of file fused-src/gtest/gtest.h.
bool testing::internal::RE::is_valid_ [private] |
Definition at line 2089 of file fused-src/gtest/gtest.h.
regex_t testing::internal::RE::partial_regex_ [private] |
Definition at line 2094 of file fused-src/gtest/gtest.h.
const char * testing::internal::RE::pattern_ [private] |
Definition at line 2088 of file fused-src/gtest/gtest.h.