Searched defs:PidCoreLog (Results 1 – 1 of 1) sorted by relevance
48 struct PidCoreLog struct50 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() function67 PidCoreLog(PidCoreLog&& move) in PidCoreLog() argument[all …]