![]() |
Rosetta
2021.16
|
#include <MatchSet.hh>
Public Types | |
| typedef boost::unordered_map < match_lite, bool, match_lite_hasher, match_lite_equals > | MatchHash |
Public Member Functions | |
| MatchOutputTracker () | |
| void | note_output_match (match_lite const &) |
| bool | match_has_been_output (match_lite const &m) const |
Private Attributes | |
| MatchHash | hash_ |
| typedef boost::unordered_map< match_lite, bool, match_lite_hasher, match_lite_equals > protocols::match::MatchOutputTracker::MatchHash |
|
default |
| bool protocols::match::MatchOutputTracker::match_has_been_output | ( | match_lite const & | m | ) | const |
References hash_.
Referenced by protocols::match::Matcher::process_matches_where_one_geomcst_defines_downstream_location().
| void protocols::match::MatchOutputTracker::note_output_match | ( | match_lite const & | m | ) |
References hash_.
Referenced by protocols::match::Matcher::process_matches_where_one_geomcst_defines_downstream_location().
|
private |
Referenced by match_has_been_output(), and note_output_match().
1.8.7