|
ncmpc
0.31
|
#include <Match.hxx>
Public Member Functions | |
| MatchExpression ()=default | |
| ~MatchExpression () | |
| MatchExpression (const MatchExpression &)=delete | |
| MatchExpression & | operator= (const MatchExpression &)=delete |
| bool | Compile (const char *src, bool anchor) |
| gcc_pure bool | operator() (const char *line) const |
|
default |
| MatchExpression::~MatchExpression | ( | ) |
|
delete |
|
delete |
| bool MatchExpression::Compile | ( | const char * | src, |
| bool | anchor | ||
| ) |
| gcc_pure bool MatchExpression::operator() | ( | const char * | line | ) | const |
1.8.13