Returns an instance of a CallbackListBase::Iterator which can be used to run callbacks.
| 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. |