MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / FileWrapper

Method FileWrapper

FastCopy/FileWrapper.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 FILE* m_fp{};
10public:
11 FileWrapper(FILE* fp) :m_fp{ fp } {}
12 FileWrapper(FileWrapper const&) = delete;
13 FileWrapper(FileWrapper&&) = delete;
14 FileWrapper& operator=(FileWrapper const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected