#include <ProteinList_Filter.hpp>
|
std::set< std::string > | idSet_ |
|
Definition at line 88 of file ProteinList_Filter.hpp.
pwiz::analysis::ProteinList_FilterPredicate_IdSet::ProteinList_FilterPredicate_IdSet |
( |
const std::set< std::string > & |
idSet) | |
|
template<typename InputIterator >
pwiz::analysis::ProteinList_FilterPredicate_IdSet::ProteinList_FilterPredicate_IdSet |
( |
const InputIterator & |
begin, |
|
|
const InputIterator & |
end |
|
) |
| |
|
inline |
virtual boost::logic::tribool pwiz::analysis::ProteinList_FilterPredicate_IdSet::accept |
( |
const proteome::Protein & |
protein) | |
const |
|
virtual |
virtual bool pwiz::analysis::ProteinList_FilterPredicate_IdSet::done |
( |
) | |
const |
|
virtual |
return true iff done accepting proteins; this allows early termination of the iteration through the original ProteinList, possibly using assumptions about the order of the iteration (e.g.
index is increasing)
Reimplemented from pwiz::analysis::ProteinList_Filter::Predicate.
std::set<std::string> pwiz::analysis::ProteinList_FilterPredicate_IdSet::idSet_ |
|
mutableprivate |
The documentation for this class was generated from the following file: