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

Method add

src/common/classes/objects_array.h:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 size_type add(const T& item)
212 {
213 T* dataL = FB_NEW_POOL(this->getPool()) T(this->getPool(), item);
214 return inherited::add(dataL);
215 }
216
217 size_type add(T&& item)
218 {

Callers 2

addMethod · 0.45
insertMethod · 0.45

Calls 3

TClass · 0.50
addFunction · 0.50
moveFunction · 0.50

Tested by

no test coverage detected