MCPcopy Create free account
hub / github.com/KDAB/codebrowser / returnPointer

Method returnPointer

tests/doc.h:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 */
101
102 DocMyClass *returnPointer() {
103 Capacity = 8;
104 return nullptr;
105 /**
106 * \fn DocMyClass *DocMyClass::returnPointer();
107 * *
108 */
109 }
110
111private:
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected