MCPcopy 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

TruckloadMethod · 0.45
listBoxesMethod · 0.45
getFirstBoxMethod · 0.45
getNextBoxMethod · 0.45
removeBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected