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

Method newInstance

src/dsql/Nodes.h:972–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970 }
971
972 AggNode* newInstance(MemoryPool& pool) const
973 {
974 return FB_NEW_POOL(pool) T(pool);
975 }
976 };
977
978 template <typename T, typename Type>

Callers 1

parseMethod · 0.45

Calls 1

TClass · 0.50

Tested by

no test coverage detected