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

Method onPushBack

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

Source from the content-addressed store, hash-verified

38 void onPushFront() { ++m_nPushFront; }
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; }

Callers 1

push_backFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected