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

Method getLength

Examples/NoModules/Chapter 12/Ex12_07/Box.h:14–14  ·  view source on GitHub ↗

Functions to provide access to the values of member variables

Source from the content-addressed store, hash-verified

12
13 // Functions to provide access to the values of member variables
14 double getLength() { return m_length; }
15 double getWidth() { return m_width; }
16 double getHeight() { return m_height; }
17

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected