|
rippled
|
#include <match.h>

Public Types | |
| enum | mode_t { all , automatch , suite , library , module , none } |
Public Member Functions | |
| template<class = void> | |
| selector (mode_t mode, std::string const &pattern="") | |
| template<class = void> | |
| bool | operator() (suite_info const &s) |
Private Attributes | |
| mode_t | mode_ |
| std::string | pat_ |
| std::string | library_ |
|
explicit |
| bool beast::unit_test::selector::operator() | ( | suite_info const & | s | ) |
|
private |
|
private |