MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / begin

Method begin

src/common/classes/objects_array.h:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 iterator begin()
300 {
301 return iterator(this, 0);
302 }
303
304 iterator end()
305 {

Callers 6

checkPointersMethod · 0.45
const_iteratorMethod · 0.45
iteratorMethod · 0.45
addMethod · 0.45
PointersArrayClass · 0.45
insertMethod · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected