MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ~CKuStringDataT

Method ~CKuStringDataT

source/KuString.h:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 CKuStringDataT(T ch)
293 { Init(); Alloc(1); m_sString[0] = ch; m_iLength = 1; }
294 ~CKuStringDataT()
295 {
296 if (m_sData)
297 free(m_sData);
298 }
299
300 unsigned int AddRef() { return ++m_iRefCount; }
301 unsigned int Release()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected