Ninja
Public Member Functions | List of all members
BuildLogUser Struct Referenceabstract

Can answer questions about the manifest for the BuildLog. More...

#include <build_log.h>

Inheritance diagram for BuildLogUser:
Inheritance graph
[legend]

Public Member Functions

virtual bool IsPathDead (StringPiece s) const =0
 Return if a given output no longer part of the build manifest. More...
 

Detailed Description

Can answer questions about the manifest for the BuildLog.

Definition at line 29 of file build_log.h.

Member Function Documentation

virtual bool BuildLogUser::IsPathDead ( StringPiece  s) const
pure virtual

Return if a given output no longer part of the build manifest.

This is only called during recompaction and doesn't have to be fast.

Implemented in BuildTest, and NoDeadPaths.

Referenced by BuildLog::Recompact().


The documentation for this struct was generated from the following file: