Lines Matching defs:PidCoreLog
48 struct PidCoreLog struct
50 std::string nameOriginal;
51 std::string nameClean;
52 std::ofstream fileContext;
53 std::ofstream fileCoeffs;
54 std::chrono::milliseconds lastLog;
55 PidCoreContext lastContext;
56 bool moved;
58 PidCoreLog() : in PidCoreLog() function
67 PidCoreLog(PidCoreLog&& move) in PidCoreLog() argument
73 PidCoreLog& operator=(PidCoreLog&& move) in operator =()
91 ~PidCoreLog() in ~PidCoreLog()