Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getBox
Method
getBox
Examples/Modules/Chapter 12/Ex12_17/Package.cpp:12–12 ·
view source on GitHub ↗
Retrieve the Box pointer
Source
from the content-addressed store, hash-verified
10
11
// Retrieve the Box pointer
12
SharedBox getBox() const { return m_box; }
13
14
// Retrieve or update the pointer to the next Package
15
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