MCPcopy Create free account
hub / github.com/ZDoom/Raze / Chars

Method Chars

source/common/utility/zstring.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 // char StrData[xxx];
68
69 char *Chars()
70 {
71 return (char *)(this + 1);
72 }
73
74 const char *Chars() const
75 {

Callers 8

LockBufferMethod · 0.80
RemoveMethod · 0.80
StripLeftMethod · 0.80
StripRightMethod · 0.80
StripLeftRightMethod · 0.80
InsertMethod · 0.80
ReallocBufferMethod · 0.80
MakeCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected