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

Method StdString

include/hx/StdString.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 {
10 public:
11 StdString() : std::string() { }
12 StdString(const char *inPtr) : std::string(inPtr) { }
13 StdString(const char *inPtr, int inLen) : std::string(inPtr, inLen) { }
14 StdString(const std::string &inS) : std::string(inS) { }

Callers

nothing calls this directly

Calls 2

utf8_strMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected