#include <matcher.h>
Public Member Functions | |
| RegexMatcher () | |
Public Attributes | |
| const char * | fieldName |
| const char * | flags |
| bool | isNot |
| string | prefix |
| shared_ptr< pcrecpp::RE > | re |
| const char * | regex |
Definition at line 33 of file matcher.h.
| const char* mongo::RegexMatcher::fieldName |
| const char* mongo::RegexMatcher::flags |
| string mongo::RegexMatcher::prefix |
| shared_ptr< pcrecpp::RE > mongo::RegexMatcher::re |
| const char* mongo::RegexMatcher::regex |