CMS 3D CMS Logo

Public Member Functions | Private Attributes

Book::match_name Struct Reference

List of all members.

Public Member Functions

 match_name (string_t re)
bool operator() (const book_t::const_iterator::value_type &p)

Private Attributes

boost::regex expression

Detailed Description

Definition at line 28 of file Book.h.


Constructor & Destructor Documentation

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); }

Member Function Documentation

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;

Member Data Documentation

boost::regex Book::match_name::expression [private]

Definition at line 31 of file Book.h.

Referenced by match_name().