MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / String

Function String

include/hxString.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 void operator delete( void * ) { }
31
32 inline String() : length(0), __s(0) { }
33
34 // Uses pointer
35 inline String(const char *inPtr,int inLen) : __s(inPtr), length(inLen) { }

Callers 2

hxString.hFile · 0.70
operator+Function · 0.70

Calls 2

fromIntFunction · 0.85
asStringMethod · 0.80

Tested by

no test coverage detected