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

Method End

lib/base/array.cpp:112–117  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

110 * @returns An iterator.
111 */
112Array::Iterator Array::End()
113{
114 ASSERT(Frozen() || OwnsLock());
115
116 return m_Data.end();
117}
118
119/**
120 * Returns the number of elements in the array.

Callers 15

CollectRequestHandlerFunction · 0.45
UpdateObjectAuthorityMethod · 0.45
RepairPackageMethod · 0.45
ValidateFreshNameMethod · 0.45
ConsoleCompleteHelperMethod · 0.45
ArraySortFunction · 0.45
FunctionCallVFunction · 0.45
JsonDecodeMethod · 0.45
DirNameMethod · 0.45
BaseNameMethod · 0.45
RemoveMethod · 0.45
RemoveDirRecursiveMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected