Boost logo

Boost :

Subject: Re: [boost] [Review:Algorithms] Comments about search algorithms
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2011-09-25 07:27:25


Marshall Clow wrote:
>> - The docs describe some methods that are private to the implementation; why?
>
> Are you referring to the traits class?

No, I'm referring to e.g.

   // private member functions
   void build_bm_tables();
   template<typename corpusIter>
     corpusIter do_search(corpusIter, corpusIter, std::size_t) const;
   template<typename Iter, typename Container>
     void compute_bm_prefix(Iter, Iter, Container &);
   void create_suffix_table(patIter, patIter)

on the "Class template boyer_moore" reference page.

Regards, Phil.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk