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

Method length

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

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

Source from the content-addressed store, hash-verified

557 Ogre::UTFString::size_type UTFString::size() const { return mData.size(); }
558 //--------------------------------------------------------------------------
559 Ogre::UTFString::size_type UTFString::length() const { return size(); }
560 //--------------------------------------------------------------------------
561 Ogre::UTFString::size_type UTFString::length_Characters() const
562 {

Callers 15

convertToVplMethod · 0.45
parseScriptMethod · 0.45
parseNewElementMethod · 0.45
parseScriptMethod · 0.45
serializeMethod · 0.45
doSplitMethod · 0.45
getValueMethod · 0.45
getIntersectionEndMethod · 0.45
isIsoSurfaceNearFunction · 0.45
_affectParticlesMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected