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

Method Begin

lib/base/dictionary.cpp:133–138  ·  view source on GitHub ↗

* Returns an iterator to the beginning 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

131 * @returns An iterator.
132 */
133Dictionary::Iterator Dictionary::Begin()
134{
135 ASSERT(Frozen() || OwnsLock());
136
137 return m_Data.begin();
138}
139
140/**
141 * Returns an iterator to the end of the dictionary.

Callers 1

beginMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected