| 35 | #include "UnicodeUtils.h" |
| 36 | |
| 37 | void CLogDataVector::ClearAll() |
| 38 | { |
| 39 | clear(); |
| 40 | m_HashMap.clear(); |
| 41 | m_Lns.clear(); |
| 42 | |
| 43 | m_FirstFreeLane=0; |
| 44 | m_Lns.clear(); |
| 45 | if (m_pLogCache) |
| 46 | m_pLogCache->ClearAllLanes(); |
| 47 | } |
| 48 | |
| 49 | //CLogDataVector Class |
| 50 | int CLogDataVector::ParserFromLog(const CTGitPath* path, DWORD count, DWORD infomask, const CString* range) |
no test coverage detected