23 #ifndef _PEPTIDEID_FLAT_HPP_
24 #define _PEPTIDEID_FLAT_HPP_
30 #include <boost/shared_ptr.hpp>
45 virtual bool header()
const;
61 virtual bool header()
const;
82 boost::shared_ptr<FlatRecordBuilder> builder =
87 boost::shared_ptr<FlatRecordBuilder> builder =
97 virtual Record
record(
const Location& location)
const;
99 virtual Iterator begin()
const;
100 virtual Iterator end()
const;
104 boost::shared_ptr<Impl>
pimpl;
110 #endif // _PEPTIDEID_FLAT_HPP_