79  auto it_bucket_b_end = bucket_b.
m_cartList.end();
 
   82  auto it_bucket_b = bucket_b.
m_cartList.begin();
 
   84  for(; it_bucket != it_bucket_end && it_bucket_b != it_bucket_b_end;
 
   85      it_bucket++, it_bucket_b++)
 
   87      if(*it_bucket != *it_bucket_b)
 
   88        return (*it_bucket < *it_bucket_b);
 
 
  108const std::vector<std::size_t> &
 
 
bool operator<(const Bucket &bucket_two) const
 
void push_back(std::size_t cart)
 
std::vector< std::size_t > m_cartList
 
std::size_t back() const
get the last cart id of the list
 
std::size_t getId() const
 
std::size_t front() const
get the first cart id of the list
 
const std::vector< std::size_t > & getCartList() const
 
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...