Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDataPath
Method · 0.45
getDataPath
Method · 0.45
getDataPath
Method · 0.45
isDataExist
Method · 0.45
getDataPath
Method · 0.45
MyGUI_OgreDataManager.cpp
File · 0.45
getDataPath
Method · 0.45
getDataPath
Method · 0.45
createShader
Method · 0.45
load
Method · 0.45
loadURL
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected