|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
This is the complete list of members for nix::WorkerBase, including all inherited members.
| DerivationGoal (defined in nix::WorkerBase) | nix::WorkerBase | friend |
| DrvOutputSubstitutionGoal (defined in nix::WorkerBase) | nix::WorkerBase | friend |
| goalFactory() (defined in nix::WorkerBase) | nix::WorkerBase | inlineprotected |
| makeBasicDerivationGoal(const StorePath &drvPath, const BasicDerivation &drv, const OutputsSpec &wantedOutputs, BuildMode buildMode=bmNormal)=0 (defined in nix::GoalFactory) | nix::GoalFactory | protectedpure virtual |
| makeDerivationGoal(const StorePath &drvPath, const OutputsSpec &wantedOutputs, BuildMode buildMode=bmNormal)=0 (defined in nix::GoalFactory) | nix::GoalFactory | protectedpure virtual |
| makeDrvOutputSubstitutionGoal(const DrvOutput &id, RepairFlag repair=NoRepair, std::optional< ContentAddress > ca=std::nullopt)=0 (defined in nix::GoalFactory) | nix::GoalFactory | protectedpure virtual |
| makeGoal(const DerivedPath &req, BuildMode buildMode=bmNormal)=0 | nix::GoalFactory | protectedpure virtual |
| makePathSubstitutionGoal(const StorePath &storePath, RepairFlag repair=NoRepair, std::optional< ContentAddress > ca=std::nullopt)=0 | nix::GoalFactory | protectedpure virtual |
| PathSubstitutionGoal (defined in nix::WorkerBase) | nix::WorkerBase | friend |