CycloBranch
cCandidateSet Class Reference

The class representing a set of peptide sequence candidates. More...

#include <cCandidateSet.h>

Inheritance diagram for cCandidateSet:

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...
 

Detailed Description

The class representing a set of peptide sequence candidates.

Member Function Documentation

◆ getSet()

unordered_set< cCandidate, hash_cCandidate > & cCandidateSet::getSet ( )

Access to the set of candidates.

Return values
unordered_set<cCandidate,hash_cCandidate>reference to the set of candidates

◆ size()

int cCandidateSet::size ( )

Get the size of the set.

Return values
intsize of the set

The documentation for this class was generated from the following files: