Public Member Functions | Private Attributes | List of all members
Catch::Matchers::StdString::RegexMatcher Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::StdString::RegexMatcher:
Inheritance graph
[legend]

Public Member Functions

std::string describe () const override
 
bool match (std::string const &matchee) const override
 
 RegexMatcher (std::string regex, CaseSensitive::Choice caseSensitivity)
 

Private Attributes

CaseSensitive::Choice m_caseSensitivity
 
std::string m_regex
 

Detailed Description

Definition at line 2712 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Matchers::StdString::RegexMatcher::RegexMatcher ( std::string  regex,
CaseSensitive::Choice  caseSensitivity 
)

Member Function Documentation

std::string Catch::Matchers::StdString::RegexMatcher::describe ( ) const
override
bool Catch::Matchers::StdString::RegexMatcher::match ( std::string const &  matchee) const
override

Member Data Documentation

CaseSensitive::Choice Catch::Matchers::StdString::RegexMatcher::m_caseSensitivity
private

Definition at line 2719 of file catch.hpp.

std::string Catch::Matchers::StdString::RegexMatcher::m_regex
private

Definition at line 2718 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26