MCPcopy Create free account
hub / github.com/OGRECave/ogre / loadDirect

Method loadDirect

OgreMain/src/OgreConfigFile.cpp:58–62  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56 }
57 //-----------------------------------------------------------------------
58 void ConfigFile::loadDirect(const String& filename, const String& separators,
59 bool trimWhitespace)
60 {
61 load(_openFileStream(filename, std::ios::in | std::ios::binary), separators, trimWhitespace);
62 }
63 //-----------------------------------------------------------------------
64 void ConfigFile::loadFromResourceSystem(const String& filename,
65 const String& resourceGroup, const String& separators, bool trimWhitespace)

Callers 1

mainFunction · 0.95

Calls 1

_openFileStreamFunction · 0.85

Tested by

no test coverage detected