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

Method getWidth

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

Source from the content-addressed store, hash-verified

26 // Accessors
27 double getLength() const { return m_length; }
28 double getWidth() const { return m_width; }
29 double getHeight() const { return m_height; }
30
31protected: // Protected to facilitate further examples

Callers 1

Box.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected