QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
testing::internal::RE Class Reference

#include <gtest.h>

Public Member Functions

 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)
 

Detailed Description

Definition at line 2033 of file gtest.h.

Constructor & Destructor Documentation

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

Definition at line 2037 of file gtest.h.

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

Definition at line 2040 of file gtest.h.

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

Definition at line 2048 of file gtest.h.

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

Member Function Documentation

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

Definition at line 2061 of file gtest.h.

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

Definition at line 2064 of file 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 2052 of file gtest.h.


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