MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / data

Method data

OgreMain/src/OgreUTFString.cpp:585–585  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

583 const UTFString::code_point *UTFString::c_str() const { return mData.c_str(); }
584 //--------------------------------------------------------------------------
585 const UTFString::code_point *UTFString::data() const { return c_str(); }
586 //--------------------------------------------------------------------------
587 Ogre::UTFString::size_type UTFString::capacity() const { return mData.capacity(); }
588 //--------------------------------------------------------------------------

Callers 7

setMultiLoadPoolMethod · 0.45
MemoryDataStreamMethod · 0.45
beginProfileEventMethod · 0.45
markProfileEventMethod · 0.45
debugAnnotationPushMethod · 0.45
ShaderModuleMethod · 0.45

Calls 1

c_strFunction · 0.85

Tested by

no test coverage detected