#include "canvas/Persistency/Provenance/EventID.h"
#include "canvas/Utilities/EventIDMatcher.h"
#include <cstdlib>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
void | dump_pats (vector< string > const &pats) |
void | dump_ids (vector< EventID > const &cont) |
void | find_matches (string const &pat, vector< EventID > const &eids, vector< EventID > &matches) |
void | find_list_matches (vector< string > const &pats, vector< EventID > const &eids, vector< EventID > &matches) |
void | check_match (string const &pat, vector< EventID > const &expected, vector< EventID > const &matches) |
void | check_list_match (vector< string > const &pats, vector< EventID > const &expected, vector< EventID > const &matches) |
void | run_test (string const &pat, vector< EventID > const &eids, vector< EventID > const &expected) |
void | run_list_test (vector< string > const &pats, vector< EventID > const &eids, vector< EventID > const &expected) |
int | main () |
void check_list_match | ( | vector< string > const & | pats, |
vector< EventID > const & | expected, | ||
vector< EventID > const & | matches | ||
) |
Definition at line 104 of file EventIDMatcher_t.cc.
void check_match | ( | string const & | pat, |
vector< EventID > const & | expected, | ||
vector< EventID > const & | matches | ||
) |
Definition at line 86 of file EventIDMatcher_t.cc.
Definition at line 29 of file EventIDMatcher_t.cc.
Definition at line 20 of file EventIDMatcher_t.cc.
void find_list_matches | ( | vector< string > const & | pats, |
vector< EventID > const & | eids, | ||
vector< EventID > & | matches | ||
) |
Definition at line 62 of file EventIDMatcher_t.cc.
void find_matches | ( | string const & | pat, |
vector< EventID > const & | eids, | ||
vector< EventID > & | matches | ||
) |
Definition at line 38 of file EventIDMatcher_t.cc.
int main | ( | void | ) |
Definition at line 144 of file EventIDMatcher_t.cc.
void run_list_test | ( | vector< string > const & | pats, |
vector< EventID > const & | eids, | ||
vector< EventID > const & | expected | ||
) |
Definition at line 134 of file EventIDMatcher_t.cc.
void run_test | ( | string const & | pat, |
vector< EventID > const & | eids, | ||
vector< EventID > const & | expected | ||
) |
Definition at line 124 of file EventIDMatcher_t.cc.