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

Method GetLength

utilities/include/string/tstring.h:331–334  ·  view source on GitHub ↗

Attributes & Operations as an array of characters

Source from the content-addressed store, hash-verified

329 // Attributes & Operations
330 // as an array of characters
331 int GetLength() const
332 {
333 return GetData()->nDataLength;
334 }
335 bool IsEmpty() const
336 {
337 return GetData()->nDataLength == 0;

Callers 4

CvtA2WMethod · 0.45
CvtW2AMethod · 0.45
StartsWithMethod · 0.45
EndsWithMethod · 0.45

Calls 1

GetDataFunction · 0.85

Tested by

no test coverage detected