MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / FilePointer

Method FilePointer

core/pfm.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 struct FilePointer
45 {
46 FilePointer(FILE* ptr) : p(ptr) {}
47 ~FilePointer() { if (p) fclose(p); }
48
49 operator FILE*() { return p; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected