Boost logo

Boost :

Subject: Re: [boost] [Review:Algorithms] Comments about search algorithms
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2011-09-25 10:37:40


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_at_[hidden]>

A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
        -- Yu Suzuki


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