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

Method getLength

Examples/NoModules/Appendix A/ExA_13/Box.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{}
7
8double Box::getLength() const { return m_length; }
9double Box::getWidth() const { return m_width; }
10double Box::getHeight() const { return m_height; }
11

Callers 11

showFunction · 0.45
mainFunction · 0.45
Box.cppFile · 0.45
Box.cppFile · 0.45
showFunction · 0.45
showFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected