27 #ifndef _PEPTIDEID_DATAFETCHER_HPP_
28 #define _PEPTIDEID_DATAFETCHER_HPP_
32 #include "boost/shared_ptr.hpp"
39 using namespace pwiz::data::pepxml;
58 size_t size(){
return this->getAllContents().size();}
61 std::vector<boost::shared_ptr<SpectrumQuery> > getAllContents()
const;
62 std::vector<boost::shared_ptr<SpectrumQuery> > getSpectrumQueries(
double mz,
double rt) ;
86 #endif //_PEPTIDEID_DATAFETCHER_HPP_