MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / c_str

Method c_str

include/FileText.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 GETTER(unsigned int, Length, length)
32
33 RLCPP_NODISCARD const char* c_str() const { return data; }
34
35 RLCPP_NODISCARD std::string ToString() const { return data; }
36 explicit operator std::string() const { return data; }

Callers 15

mainFunction · 0.80
mainFunction · 0.80
ExportMethod · 0.80
ExportCodeMethod · 0.80
LoadMethod · 0.80
SetMappingsFunction · 0.80
LoadMethod · 0.80
ExportMethod · 0.80
ExportAsCodeMethod · 0.80
DrawMethod · 0.80
MeasureMethod · 0.80
MeasureExMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected