Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ onCollide
Method
onCollide
extern/libcds/cds/container/fcstack.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
void onPushMove() { ++m_nPushMove; }
36
void onPop( bool bFailed ) { if ( bFailed ) ++m_nFailedPop; else ++m_nPop; }
37
void onCollide() { ++m_nCollided; }
38
//@endcond
39
};
40
Callers
1
fcstack.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected