MCPcopy Create free account
hub / github.com/Icinga/icinga2 / End

Method End

lib/base/dictionary.cpp:147–152  ·  view source on GitHub ↗

* Returns an iterator to the end of the dictionary. * * Note: Caller must hold the object lock while using the iterator. * * @returns An iterator. */

Source from the content-addressed store, hash-verified

145 * @returns An iterator.
146 */
147Dictionary::Iterator Dictionary::End()
148{
149 ASSERT(Frozen() || OwnsLock());
150
151 return m_Data.end();
152}
153
154/**
155 * Removes the item specified by the iterator from the dictionary.

Callers 1

endMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected