MCPcopy Create free account
hub / github.com/MyGUI/mygui / size

Method size

Platforms/Ogre/OgrePlatform/src/MyGUI_OgreDataStream.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 size_t OgreDataStream::size()
28 {
29 return !mStream ? 0 : mStream->size();
30 }
31
32 void OgreDataStream::readline(std::string& _source, Char _delim)
33 {

Callers 11

getDataPathMethod · 0.45
getDataPathMethod · 0.45
getDataPathMethod · 0.45
isDataExistMethod · 0.45
getDataPathMethod · 0.45
getDataPathMethod · 0.45
getDataPathMethod · 0.45
createShaderMethod · 0.45
loadMethod · 0.45
loadURLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected