MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / ptr

Method ptr

scintilla/include/SString.h:108–110  ·  view source on GitHub ↗

Provide direct read/write access to buffer. */

Source from the content-addressed store, hash-verified

106public:
107 /** Provide direct read/write access to buffer. */
108 char *ptr() {
109 return s;
110 }
111 /** Ownership of the buffer have been taken, so release it. */
112 void reset() {
113 s = 0;

Callers 1

SStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected