MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / GetLength

Method GetLength

Kernel-Bridge/API/StringsAPI.h:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 static inline size_t Length(const TChar* String);
324
325 inline size_t GetLength() const { return Data.Length; };
326 inline size_t GetSize() const { return Data.BufferSize; }
327 inline const TChar* GetConstData() const { return Data.Buffer ? Data.Buffer : &NullChar; }
328 inline TChar* GetData() { return Data.Buffer ? Data.Buffer : NULL; };

Callers 6

operator +Method · 0.80
FormatAnsiFunction · 0.80
FormatWideFunction · 0.80
GetFilePathFunction · 0.80
LoadMethod · 0.80
GetModuleHandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected