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

Method TextIterator

dw/iterator.cc:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264// ------------------
265
266TextIterator::TextIterator (Widget *widget, Content::Type mask, bool atEnd,
267 const char *text): Iterator (widget, mask, atEnd)
268{
269 this->content.type = (atEnd ? Content::END : Content::START);
270 this->text = (mask & Content::TEXT) ? text : NULL;
271}
272
273TextIterator::TextIterator (TextIterator &it): Iterator (it)
274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected