MCPcopy Create free account
hub / github.com/Chuyu-Team/CPPHelper / CFileStream

Method CFileStream

StreamEx.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 HANDLE hFile;
236
237 CFileStream(HANDLE _hFile)
238 :hFile(_hFile)
239 {
240 }
241
242 ~CFileStream()
243 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected