7#ifndef _CCANDIDATESET_H
8#define _CCANDIDATESET_H
20 unordered_set<cCandidate, hash_cCandidate> candidates;
41 unordered_set<cCandidate, hash_cCandidate>&
getSet();
The representation of a peptide sequence candidate.
The class representing a set of peptide sequence candidates.
Definition: cCandidateSet.h:18
int size()
Get the size of the set.
Definition: cCandidateSet.cpp:9
cCandidateSet()
The constructor.
Definition: cCandidateSet.cpp:4
unordered_set< cCandidate, hash_cCandidate > & getSet()
Access to the set of candidates.
Definition: cCandidateSet.cpp:14