-----------------------------------------------------------------------
| 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) |
no test coverage detected