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

Method getValue

Exercises/NoModules/Chapter 12/Soln12_04/Integer.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 Integer(const Integer& obj);
9
10 int getValue() const { return m_value; }
11 void setValue(int value) { m_value = value; }
12
13 void show() const;

Callers 8

mainFunction · 0.45
nonFriendCompareFunction · 0.45
mainFunction · 0.45
nonFriendCompareFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected