MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / bytes

Function bytes

sourcecommon/File.cpp:9–12  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

7char CR[] = "\r\n\x0";
8//---------------------------------------------------------------------------
9__fastcall TFile::TFile(bool enableExceptions) :
10 handle(NULL), Error(false), Exceptions( enableExceptions ), LastError(0), bytes(0)
11{
12}
13//---------------------------------------------------------------------------
14__fastcall TFile::TFile(char * FileName, DWORD Access, DWORD ShareMode,
15 DWORD CreationDistribution, DWORD FlagsAndAttributes, bool enableExceptions) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected