MCPcopy 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

parseMethod · 0.45
MyGUI_Colour.cppFile · 0.45
openMethod · 0.45
_loadLanguageMethod · 0.45
MyGUI_Align.hFile · 0.45
notifyGeneratePressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected