Ninja
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nstd
 Chash< StringPiece >
 CAnsiColorSequenceIterator
 CBindingEnvAn Env which contains a mapping of variables to values as well as a pointer to a parent scope
 CBuildConfigOptions (e.g. verbosity, parallelism) passed to a build
 CBuildDryRun
 CBuilderBuilder wraps the build process: starting commands, updating status
 CBuildLogStore a log of every command ran for every build
 CLogEntry
 CBuildLogUserCan answer questions about the manifest for the BuildLog
 CBuildTest
 CBuildWithDepsLogTestTests of builds involving deps logs necessarily must span multiple builds
 CBuildWithLogTest
 CBuildWithQueryDepsLogTest
 CCleaner
 CCLParserVisual Studio's cl.exe requires some massaging to work with Ninja; for example, it emits include information on stderr in a funny format when building with /showIncludes
 CCLWrapperWraps a synchronous execution of a CL subprocess
 CCommandCollectorCollects the transitive set of edges that lead into a given set of starting nodes
 CCommandRunnerCommandRunner is an interface that wraps running the build subcommands
 CResultThe result of waiting for a command
 CCompareEdgesByOutput
 CDependencyScanDependencyScan manages the process of scanning the files in a graph and updating the dirty/outputs_ready state of all the nodes and edges
 CDepfileParserParser for the dependency information emitted by gcc's -M flags
 CDepfileParserOptions
 CDepfileParserTest
 CDepsLogAs build commands run they can output extra dependency information (e.g
 CDeps
 CDiskInterfaceInterface for accessing the disk
 CDyndepFileStore data loaded from one dyndep file
 CDyndepLoaderDyndepLoader loads dynamically discovered dependencies, as referenced via the "dyndep" attribute in build files
 CDyndepParserParses dyndep files
 CDyndepParserTest
 CDyndepsStore dynamically-discovered dependency information for one edge
 CEdgeAn edge in the dependency graph; links between Nodes using Rules
 CEdgeCmp
 CEdgeEnvAn Env for an Edge, providing $in and $out
 CEdgePriorityGreater
 CEdgePriorityLess
 CEdgePriorityQueue
 CEnvAn interface for a scope for variable (e.g. "$foo") lookups
 CEvalStringA tokenized string that contains variable references
 CExplanationsA class used to record a list of explanation strings associated with a given 'item' pointer
 CExternalStringHashMapA template for hash_maps keyed by a StringPiece whose string is owned externally (typically by the values)
 CFakeCommandRunnerFake implementation of CommandRunner, useful for tests
 CFileReaderInterface for reading files from disk
 CGETOPT_LONG_OPTION_T
 CGraphTest
 CGraphVizRuns the process of creating GraphViz .dot file output
 CImplicitDepLoaderImplicitDepLoader loads implicit dependencies, as referenced via the "depfile" attribute in build files
 CIncludesNormalizeUtility functions for normalizing include paths on Windows
 CInputsCollectorA class used to collect the transitive set of inputs from a given set of starting nodes
 CJobserverJobserver provides types related to managing a pool of "job slots" using the GNU Make jobserver ptocol described at:
 CClientA Jobserver::Client instance models a client of an external GNU jobserver pool, which can be implemented as a Unix FIFO, or a Windows named semaphore
 CConfigA Jobserver::Config models how to access or implement a GNU jobserver implementation
 CSlotA Jobserver::Slot models a single job slot that can be acquired from
 CLexer
 CLinePrinterPrints lines of text, possibly overprinting previously printed lines if the terminal supports it
 CLineReader
 CManifestParserParses .ninja files
 CManifestParserOptions
 Cmatches
 CMetricThe Metrics module is used for the debug mode that dumps timing stats of various actions
 CMetricsThe singleton that stores metrics and prints the report
 CMissingDependencyPrinter
 CMissingDependencyScanner
 CMissingDependencyScannerDelegate
 CMissingDependencyScannerTest
 CMissingDependencyTestDelegate
 CNodeInformation about a node in the dependency graph: the file, whether it's dirty, mtime, etc
 CNoDeadPaths
 COptionalExplanationsConvenience wrapper for an Explanations pointer, which can be null if no explanations need to be recorded
 CParserBase class for parsers
 CParserTest
 CPlanPlan stores the state of a build plan: what we intend to build, which steps we're ready to execute
 CPlanTestFixture for tests involving Plan
 CPoolA pool for delayed edges
 CWeightedEdgeCmp
 CRealCommandRunner
 CRealDiskInterfaceImplementation of DiskInterface that actually hits the disk
 CRuleAn invocable build command and associated metadata (description, etc.)
 CScopedFilePathA class that records a file path and ensures that it is removed on destruction
 CScopedMetricA scoped object for recording a metric across the body of a function
 CScopedTempDir
 CStateGlobal state (file status) for a single run
 CStateTestWithBuiltinRulesA base test fixture that includes a State object with a builtin "cat" rule
 CStatusAbstract interface to object that tracks the status of a build: completion fraction, printing updates
 CStatusPrinterImplementation of the Status interface that prints the status as human-readable strings to stdout
 CSlidingRateInfo
 CStopwatchA simple stopwatch which returns the time in seconds since Restart() was called
 CStringPieceStringPiece represents a slice of a string whose memory is managed externally
 CSubprocessSubprocess wraps a single async subprocess
 CSubprocessSetSubprocessSet runs a ppoll/pselect() loop around a set of Subprocesses
 CVirtualFileSystemAn implementation of DiskInterface that uses an in-memory representation of disk state
 CEntryAn entry for a single in-memory file
 CVisibleInputCharsIterator