Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
operator+
Function · 0.70
Calls
2
fromInt
Function · 0.85
asString
Method · 0.80
Tested by
no test coverage detected