MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / empty

Method empty

practice/itemPool.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 bool empty() const { return _front == _rear; }
49
50private:
51 // 产生一个 QueueItem 的对象池(10000 个 QueueItem 节点)

Callers 6

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
getMethod · 0.45
reversePolarExpFunction · 0.45
treeNodeToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected