1 #ifndef DBA_CORE_VARMATCH_H 2 #define DBA_CORE_VARMATCH_H 5 #include <wreport/var.h> 14 wreport::Varcode code;
25 static std::unique_ptr<Varmatch>
parse(
const std::string& filter);
Match a variable code and value.
Definition: varmatch.h:12
static std::unique_ptr< Varmatch > parse(const std::string &filter)
Parse variable matcher from a string in the form Bxxyyy{<|<=|=|>=|>}value or value<=Bxxyyy<=value.