MCPcopy Create free account
hub / github.com/NatLabRockies/EnergyPlus / toGenericString

Function toGenericString

src/EnergyPlus/FileSystem.cc:415–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 std::string toGenericString(fs::path const &p)
416 {
417 if constexpr (std::is_same_v<typename fs::path::value_type, wchar_t>) {
418 return CLI::narrow(p.generic_wstring());
419 } else {
420 return p.generic_string();
421 }
422 }
423
424 fs::path appendSuffixToPath(fs::path const &outputFilePrefixFullPath, const std::string &suffix)
425 {

Callers 5

formatMethod · 0.85
SQLiteProceduresMethod · 0.85
inputFilePathFunction · 0.85
epwFilePathFunction · 0.85
runGHEDesignerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected