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

Method insert

src/common/classes/objects_array.h:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 void insert(size_type index, const T& item)
199 {
200 T* dataL = FB_NEW_POOL(this->getPool()) T(this->getPool(), item);
201 inherited::insert(index, dataL);
202 }
203
204 T& insert(size_type index)
205 {

Callers 1

insertMethod · 0.45

Calls 2

TClass · 0.50
insertFunction · 0.50

Tested by

no test coverage detected