SongFilter: new extensible filter syntax
Will allow more complex fitler expression, such as negation (#89).
This commit is contained in:
@@ -142,6 +142,8 @@ public:
|
||||
std::string ToExpression() const noexcept;
|
||||
|
||||
private:
|
||||
const char *ParseExpression(const char *s, bool fold_case=false);
|
||||
|
||||
gcc_nonnull(2,3)
|
||||
void Parse(const char *tag, const char *value, bool fold_case=false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user