MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / HFile

Class HFile

include/Win32/Win32Lib.h:288–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286bool IsGUIThread();
287
288class HFile : boost::noncopyable
289{
290public:
291 explicit HFile(const std::string& filename);
292 ~HFile();
293 size_t size() const;
294 void resize(size_t size);
295
296private:
297 int m_handle;
298};
299
300
301} // namespace Win32

Callers 1

RemoveLinesFromFileFunction · 0.85

Calls

no outgoing calls

Tested by 1

RemoveLinesFromFileFunction · 0.68