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

Method HxString

include/hx/CFFIPrime.h:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150struct HxString
151{
152 inline HxString(const HxString &inRHS)
153 {
154 length = inRHS.length;
155 __s = inRHS.__s;
156 }
157 inline HxString() : length(0), __s(0) { }
158 inline HxString(const char *inS,int inLen=-1, bool inAllocGcString=true);
159 inline int size() const { return length; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected