Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getBox
Method
getBox
Examples/NoModules/Chapter 12/Ex12_17/Package.h:13–13 ·
view source on GitHub ↗
Retrieve the Box pointer
Source
from the content-addressed store, hash-verified
11
12
// Retrieve the Box pointer
13
SharedBox getBox() const { return m_box; }
14
15
// Retrieve or update the pointer to the next Package
16
Package* getNext() { return m_next; }
Callers
5
Truckload
Method · 0.45
listBoxes
Method · 0.45
getFirstBox
Method · 0.45
getNextBox
Method · 0.45
removeBox
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected