Public Member Functions | |
match_name (string_t re) | |
bool | operator() (const book_t::const_iterator::value_type &p) |
Private Attributes | |
boost::regex | expression |
Book::match_name::match_name | ( | string_t | re | ) | [inline] |
Definition at line 29 of file Book.h.
References expression.
{ return regex_match( p.first, expression); }
bool Book::match_name::operator() | ( | const book_t::const_iterator::value_type & | p | ) | [inline] |
Definition at line 30 of file Book.h.
: boost::regex expression;
boost::regex Book::match_name::expression [private] |
Definition at line 31 of file Book.h.
Referenced by match_name().