MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / data

Method data

Source/ThirdParty/libpvrt/PVRTString.cpp:665–668  ·  view source on GitHub ↗

!*********************************************************************** @Function data @Returns A const char* version of the string @Description Returns a const char* version of the string *************************************************************************/

Source from the content-addressed store, hash-verified

663@Description Returns a const char* version of the string
664*************************************************************************/
665const char* CPVRTString::data() const
666{
667 return m_pString;
668}
669
670/*!***********************************************************************
671@Function empty

Callers 2

GetMinMaxColorHQMethod · 0.45
TestCompileFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCompileFunction · 0.36