Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::Matchers::StdString::RegexMatcher Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::StdString::RegexMatcher:
Collaboration diagram for Catch::Matchers::StdString::RegexMatcher:

Public Member Functions

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

Private Attributes

std::string m_regex
 
CaseSensitive::Choice m_caseSensitivity
 

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: