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

Method getHeight

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

Source from the content-addressed store, hash-verified

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

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected