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

Method onCollide

extern/libcds/cds/container/fcqueue.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 void onEnqMove() { ++m_nEnqMove; }
36 void onDequeue( bool bFailed ) { if ( bFailed ) ++m_nFailedDeq; else ++m_nDequeue; }
37 void onCollide() { ++m_nCollided; }
38 //@endcond
39 };
40

Callers 1

fcqueue.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected