|
xrpld
|
#include <match.h>

Public Types | |
| enum class | ModeT { All , Automatch , Suite , Library , Module , None } |
Public Member Functions | |
| template<class = void> | |
| Selector (ModeT mode, std::string pattern="") | |
| template<class = void> | |
| bool | operator() (SuiteInfo const &s) |
Private Attributes | |
| ModeT | mode_ |
| std::string | pat_ |
| std::string | library_ |
|
strong |
|
explicit |
| bool beast::unit_test::Selector::operator() | ( | SuiteInfo const & | s | ) |
|
private |
|
private |