CycloBranch
|
The class representing a set of peptide sequence candidates. More...
#include <cCandidateSet.h>
Public Member Functions | |
cCandidateSet () | |
The constructor. | |
int | size () |
Get the size of the set. More... | |
unordered_set< cCandidate, hash_cCandidate > & | getSet () |
Access to the set of candidates. More... | |
The class representing a set of peptide sequence candidates.
unordered_set< cCandidate, hash_cCandidate > & cCandidateSet::getSet | ( | ) |
Access to the set of candidates.
unordered_set<cCandidate,hash_cCandidate> | reference to the set of candidates |
int cCandidateSet::size | ( | ) |
Get the size of the set.
int | size of the set |