MCPcopy Create free account
hub / github.com/albertodemichelis/squirrel / SQFile

Method SQFile

sqstdlib/sqstdio.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62//File
63struct SQFile : public SQStream {
64 SQFile() { _handle = NULL; _owns = false;}
65 SQFile(SQFILE file, bool owns) { _handle = file; _owns = owns;}
66 virtual ~SQFile() { Close(); }
67 bool Open(const SQChar *filename ,const SQChar *mode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected