MCPcopy Create free account
hub / github.com/dillo-browser/dillo / TextblockIterator

Method TextblockIterator

dw/textblock_iterator.cc:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace dw {
32
33Textblock::TextblockIterator::TextblockIterator (Textblock *textblock,
34 core::Content::Type mask,
35 bool atEnd):
36 OOFAwareWidgetIterator (textblock, mask, atEnd, textblock->words->size ())
37{
38}
39
40Textblock::TextblockIterator
41 *Textblock::TextblockIterator::createWordIndexIterator (Textblock *textblock,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected