#include <ProteinList_Filter.hpp>
|
std::set< std::string > | idSet_ |
|
Definition at line 88 of file ProteinList_Filter.hpp.
§ ProteinList_FilterPredicate_IdSet() [1/2]
pwiz::analysis::ProteinList_FilterPredicate_IdSet::ProteinList_FilterPredicate_IdSet |
( |
const std::set< std::string > & |
idSet | ) |
|
§ ProteinList_FilterPredicate_IdSet() [2/2]
template<typename InputIterator >
pwiz::analysis::ProteinList_FilterPredicate_IdSet::ProteinList_FilterPredicate_IdSet |
( |
const InputIterator & |
begin, |
|
|
const InputIterator & |
end |
|
) |
| |
|
inline |
§ accept()
virtual boost::logic::tribool pwiz::analysis::ProteinList_FilterPredicate_IdSet::accept |
( |
const proteome::Protein & |
protein | ) |
const |
|
virtual |
§ done()
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.
§ idSet_
std::set<std::string> pwiz::analysis::ProteinList_FilterPredicate_IdSet::idSet_ |
|
mutableprivate |
The documentation for this class was generated from the following file: