#include <gtest.h>
|  | 
| const char * | pattern () const | 
|  | 
|  | RE (const ::std::string ®ex) | 
|  | 
|  | RE (const char *regex) | 
|  | 
|  | RE (const RE &other) | 
|  | 
|  | ~RE () | 
|  | 
Definition at line 2033 of file gtest.h.
 
◆ RE() [1/3]
  
  | 
        
          | testing::internal::RE::RE | ( | const RE & | other | ) |  |  | inline | 
 
 
◆ RE() [2/3]
  
  | 
        
          | testing::internal::RE::RE | ( | const ::std::string & | regex | ) |  |  | inline | 
 
 
◆ RE() [3/3]
  
  | 
        
          | testing::internal::RE::RE | ( | const char * | regex | ) |  |  | inline | 
 
 
◆ ~RE()
      
        
          | testing::internal::RE::~RE | ( |  | ) |  | 
      
 
 
◆ FullMatch() [1/2]
  
  | 
        
          | static bool testing::internal::RE::FullMatch | ( | const ::std::string & | str, |  
          |  |  | const RE & | re |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ FullMatch() [2/2]
  
  | 
        
          | static bool testing::internal::RE::FullMatch | ( | const char * | str, |  
          |  |  | const RE & | re |  
          |  | ) |  |  |  | static | 
 
 
◆ GTEST_DISALLOW_ASSIGN_()
  
  | 
        
          | testing::internal::RE::GTEST_DISALLOW_ASSIGN_ | ( | RE |  | ) |  |  | private | 
 
 
◆ Init()
  
  | 
        
          | void testing::internal::RE::Init | ( | const char * | regex | ) |  |  | private | 
 
 
◆ PartialMatch() [1/2]
  
  | 
        
          | static bool testing::internal::RE::PartialMatch | ( | const ::std::string & | str, |  
          |  |  | const RE & | re |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ PartialMatch() [2/2]
  
  | 
        
          | static bool testing::internal::RE::PartialMatch | ( | const char * | str, |  
          |  |  | const RE & | re |  
          |  | ) |  |  |  | static | 
 
 
◆ pattern()
  
  | 
        
          | const char* testing::internal::RE::pattern | ( |  | ) | const |  | inline | 
 
 
◆ full_regex_
  
  | 
        
          | regex_t testing::internal::RE::full_regex_ |  | private | 
 
 
◆ is_valid_
  
  | 
        
          | bool testing::internal::RE::is_valid_ |  | private | 
 
 
◆ partial_regex_
  
  | 
        
          | regex_t testing::internal::RE::partial_regex_ |  | private | 
 
 
◆ pattern_
  
  | 
        
          | const char* testing::internal::RE::pattern_ |  | private | 
 
 
The documentation for this class was generated from the following file: