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

Function open_stream

MyGUIEngine/src/MyGUI_XmlDocument.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358#if MYGUI_COMPILER == MYGUI_COMPILER_MSVC && !defined(STLPORT)
359 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide)
360 {
361 _stream.open(_wide.c_str());
362 }
363 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide)
364 {
365 _stream.open(_wide.c_str());

Callers 2

openMethod · 0.85
saveMethod · 0.85

Calls 4

UStringFunction · 0.85
asUTF8_c_strMethod · 0.80
openMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected