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

Method getText

Examples/NoModules/Chapter 13/Ex13_12/Message.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 Message& operator=(const Message& message); // Assignment operator
17
18 const char* getText() const { return m_text; }
19
20private:
21 char* m_text;

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected