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

Method SString

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

Source from the content-addressed store, hash-verified

138
139public:
140 SString() : sLen(0), sizeGrowth(sizeGrowthDefault) {}
141 SString(const SString &source) : SContainer(), sizeGrowth(sizeGrowthDefault) {
142 s = StringAllocate(source.s, source.sLen);
143 sSize = sLen = (s) ? source.sLen : 0;

Callers

nothing calls this directly

Calls 3

ptrMethod · 0.80
resetMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected