MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / operator =

Method operator =

source/fdb.cpp:39–55  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37}
38//---------------------------------------------------------------------------
39void TStorageFile::operator = (TStorageFile * p)
40{
41 number = p->number;
42 file = p->file;
43
44 rotation_type = p->rotation_type;
45 rotation_size = p->rotation_size;
46 rotation_mult = p->rotation_mult;
47 rotation_moment = p->rotation_moment;
48 rotation_hour = p->rotation_hour;
49 rotation_renaming = p->rotation_renaming;
50 rotation_name = p->rotation_name;
51 rotation_count = p->rotation_count;
52
53 file_size = p->file_size;
54 last_date = p->last_date;
55}
56//---------------------------------------------------------------------------
57bool TStorageFile::Save(AnsiString s)
58{

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected