MCPcopy Create free account
hub / github.com/SFML/SFML / FileInputStream

Method FileInputStream

src/SFML/System/FileInputStream.cpp:53–57  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

51
52////////////////////////////////////////////////////////////
53FileInputStream::FileInputStream(const std::filesystem::path& filename)
54{
55 if (!open(filename))
56 throw Exception("Failed to open file input stream");
57}
58
59
60////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected