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

Method readline

MyGUIEngine/src/MyGUI_DataStream.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void DataStream::readline(std::string& _source, Char _delim)
44 {
45 if (mStream == nullptr)
46 return;
47 std::getline(*mStream, _source, (char)_delim);
48 }
49
50 size_t DataStream::read(void* _buf, size_t _count)
51 {

Callers 3

countLinesFunction · 0.45
openMethod · 0.45
_loadLanguageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected