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

Method onPushBackMove

extern/libcds/cds/container/fcdeque.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 void onPushFrontMove() { ++m_nPushFrontMove; }
40 void onPushBack() { ++m_nPushBack; }
41 void onPushBackMove() { ++m_nPushBackMove; }
42 void onPopFront( bool bFailed ) { if ( bFailed ) ++m_nFailedPopFront; else ++m_nPopFront; }
43 void onPopBack( bool bFailed ) { if ( bFailed ) ++m_nFailedPopBack; else ++m_nPopBack; }
44 void onCollide() { ++m_nCollided; }

Callers 1

push_backFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected