|
Ninja
|
#include <build_log.h>
Public Member Functions | |
| bool | operator== (const LogEntry &o) |
Public Attributes | |
| string | command |
| int | end_time |
| string | output |
| time_t | restat_mtime |
| int | start_time |
Definition at line 48 of file build_log.h.
| bool BuildLog::LogEntry::operator== | ( | const LogEntry & | o | ) | [inline] |
Definition at line 56 of file build_log.h.
References command, end_time, output, restat_mtime, and start_time.
| string BuildLog::LogEntry::command |
Definition at line 50 of file build_log.h.
Referenced by BuildLog::Load(), operator==(), Edge::RecomputeOutputDirty(), BuildLog::RecordCommand(), TEST_F(), and BuildLog::WriteEntry().
Definition at line 52 of file build_log.h.
Referenced by BuildLog::Load(), operator==(), BuildLog::RecordCommand(), TEST_F(), and BuildLog::WriteEntry().
| string BuildLog::LogEntry::output |
Definition at line 49 of file build_log.h.
Referenced by BuildLog::Load(), operator==(), BuildLog::RecordCommand(), and BuildLog::WriteEntry().
Definition at line 53 of file build_log.h.
Referenced by BuildLog::Load(), operator==(), Edge::RecomputeOutputDirty(), BuildLog::RecordCommand(), TEST_F(), and BuildLog::WriteEntry().
Definition at line 51 of file build_log.h.
Referenced by BuildLog::Load(), operator==(), BuildLog::RecordCommand(), TEST_F(), and BuildLog::WriteEntry().
1.7.5.1