
On Sep 25, 2011, at 4:27 AM, Phil Endecott wrote:
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.
Ok, thanks. [ Those are generated through doxygen; I'll make sure that they get nixed ] -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki