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

Method getLength

Examples/NoModules/Chapter 13/Ex13_03/Box.h:16–16  ·  view source on GitHub ↗

Accessors

Source from the content-addressed store, hash-verified

14
15 // Accessors
16 double getLength() const { return m_length; }
17 double getWidth() const { return m_width; }
18 double getHeight() const { return m_height; }
19

Callers 1

showFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected