MCPcopy Create free account
hub / github.com/cztomczak/cefpython / GetIterator

Method GetIterator

src/include/base/cef_callback_list.h:209–209  ·  view source on GitHub ↗

Returns an instance of a CallbackListBase::Iterator which can be used to run callbacks.

Source from the content-addressed store, hash-verified

207 // Returns an instance of a CallbackListBase::Iterator which can be used
208 // to run callbacks.
209 Iterator GetIterator() { return Iterator(this); }
210
211 // Compact the list: remove any entries which were NULLed out during
212 // iteration.

Callers 8

NotifyMethod · 0.80
NotifyMethod · 0.80
NotifyMethod · 0.80
NotifyMethod · 0.80
NotifyMethod · 0.80
NotifyMethod · 0.80
NotifyMethod · 0.80
NotifyMethod · 0.80

Calls 1

IteratorClass · 0.85

Tested by

no test coverage detected