MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / getNext

Method getNext

Examples/Modules/Chapter 12/Ex12_17/Package.cpp:15–15  ·  view source on GitHub ↗

Retrieve or update the pointer to the next Package

Source from the content-addressed store, hash-verified

13
14 // Retrieve or update the pointer to the next Package
15 Package* getNext() { return m_next; }
16 void setNext(Package* package) { m_next = package; }
17
18private:

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected