Public Attributes | |
const char * | fname |
FILE * | file |
time_t | inner_time |
time_t | time_offset |
int | line_count |
int | bad_line_count |
int | time_warp_count |
FI_READER | reader |
void * | entry |
Detailed Description
Definition at line 64 of file test_cache_digest.cc.
Member Data Documentation
◆ bad_line_count
int _FileIterator::bad_line_count |
Definition at line 70 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance().
◆ entry
void* _FileIterator::entry |
Definition at line 73 of file test_cache_digest.cc.
Referenced by accessLogReader(), fileIteratorDestroy(), main(), and swapStateReader().
◆ file
FILE* _FileIterator::file |
Definition at line 66 of file test_cache_digest.cc.
Referenced by accessLogReader(), fileIteratorCreate(), fileIteratorDestroy(), and swapStateReader().
◆ fname
const char* _FileIterator::fname |
Definition at line 65 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), fileIteratorCreate(), fileIteratorDestroy(), and swapStateReader().
◆ inner_time
time_t _FileIterator::inner_time |
Definition at line 67 of file test_cache_digest.cc.
Referenced by accessLogReader(), fileIteratorAdvance(), fileIteratorSetCurTime(), main(), and swapStateReader().
◆ line_count
int _FileIterator::line_count |
Definition at line 69 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), and swapStateReader().
◆ reader
FI_READER _FileIterator::reader |
Definition at line 72 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), and fileIteratorCreate().
◆ time_offset
time_t _FileIterator::time_offset |
Definition at line 68 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance(), and fileIteratorSetCurTime().
◆ time_warp_count
int _FileIterator::time_warp_count |
Definition at line 71 of file test_cache_digest.cc.
Referenced by fileIteratorAdvance().
The documentation for this struct was generated from the following file: