Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
nonFriendCompare
Function · 0.45
main
Function · 0.45
nonFriendCompare
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected