libdballe
7.21
|
Public Member Functions | |
Filter (const ReaderOptions &opts) | |
void | set_index_filter (const std::string &val) |
void | matcher_reset () |
Reset to the empty matcher. | |
void | matcher_from_record (const Query &query) |
Initialise the matcher from a record. | |
bool | match_index (int idx) const |
bool | match_common (const BinaryMessage &rmsg, const Messages *msgs) const |
bool | match_msgs (const Messages &msgs) const |
bool | match_bufrex (const BinaryMessage &rmsg, const wreport::Bulletin *rm, const Messages *msgs) const |
bool | match_bufr (const BinaryMessage &rmsg, const wreport::Bulletin *rm, const Messages *msgs) const |
bool | match_crex (const BinaryMessage &rmsg, const wreport::Bulletin *rm, const Messages *msgs) const |
bool | match_aof (const BinaryMessage &rmsg, const Messages *msgs) const |
bool | match_item (const Item &item) const |
Public Attributes | |
msg::Exporter::Options | export_opts |
int | category = -1 |
int | subcategory = -1 |
int | checkdigit = -1 |
int | unparsable = 0 |
int | parsable = 0 |
IndexMatcher | imatcher |
Matcher * | matcher = nullptr |