MCPcopy Create free account
hub / github.com/SOUI2/soui / GetData

Method GetData

utilities/include/string/tstring.h:1140–1144  ·  view source on GitHub ↗

implementation helpers

Source from the content-addressed store, hash-verified

1138 protected:
1139 // implementation helpers
1140 inline TStringData* GetData() const
1141 {
1142 SASSERT(m_pszData != NULL);
1143 return ((TStringData*)m_pszData) - 1;
1144 }
1145 inline void Init()
1146 {
1147 m_pszData = (tchar*)_tstr_initPszNil;

Callers 3

TStringTMethod · 0.45
TStringTClass · 0.45
operator+Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected