MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / push_front

Method push_front

SIP/SIPUtility.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 mList.push_back(val);
57 }
58 void push_front(ValueType val) {
59 ScopedLock(this->mMapLock);
60 mList.push_front(val);
61 }
62 ValueType pop_frontr(ValueType val) { // Like pop_front, but return the value.
63 ScopedLock(this->mMapLock);
64 ValueType result = mList.front();

Callers 2

macForgetTBFMethod · 0.80
macForgetMSMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected