Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ eof
Method
eof
MyGUIEngine/src/MyGUI_DataStream.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
bool DataStream::eof()
39
{
40
return mStream == nullptr ? true : mStream->eof();
41
}
42
43
void DataStream::readline(std::string& _source, Char _delim)
44
{
Callers
10
xml_parse_status load_stream_data_noseek
Function · 0.45
xml_parse_status load_stream_data_seek
Function · 0.45
parse
Method · 0.45
MyGUI_Colour.cpp
File · 0.45
open
Method · 0.45
_loadLanguage
Method · 0.45
MyGUI_Align.h
File · 0.45
notifyGeneratePressed
Method · 0.45
xml_parse_status load_stream_data_noseek
Function · 0.45
xml_parse_status load_stream_data_seek
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected