ncmpc  0.31
Public Member Functions
MatchExpression Class Reference

#include <Match.hxx>

Public Member Functions

 MatchExpression ()=default
 
 ~MatchExpression ()
 
 MatchExpression (const MatchExpression &)=delete
 
MatchExpressionoperator= (const MatchExpression &)=delete
 
bool Compile (const char *src, bool anchor)
 
gcc_pure bool operator() (const char *line) const
 

Constructor & Destructor Documentation

◆ MatchExpression() [1/2]

MatchExpression::MatchExpression ( )
default

◆ ~MatchExpression()

MatchExpression::~MatchExpression ( )

◆ MatchExpression() [2/2]

MatchExpression::MatchExpression ( const MatchExpression )
delete

Member Function Documentation

◆ operator=()

MatchExpression& MatchExpression::operator= ( const MatchExpression )
delete

◆ Compile()

bool MatchExpression::Compile ( const char *  src,
bool  anchor 
)

◆ operator()()

gcc_pure bool MatchExpression::operator() ( const char *  line) const

The documentation for this class was generated from the following file: