1 #ifndef DBA_CORE_VARMATCH_H 2 #define DBA_CORE_VARMATCH_H 5 #include <wreport/var.h> 25 static std::unique_ptr<Varmatch>
parse(
const std::string& filter);
Match a variable code and value.
Definition: varmatch.h:12
Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it
Definition: cmdline.h:17
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.