|
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::IndirectRootStore, including all inherited members.
| addBuildLog(const StorePath &path, std::string_view log)=0 (defined in nix::LogStore) | nix::LogStore | pure virtual |
| addIndirectRoot(const Path &path)=0 | nix::IndirectRootStore | pure virtual |
| addMultipleToStore(PathsSource &pathsToCopy, Activity &act, RepairFlag repair=NoRepair, CheckSigsFlag checkSigs=CheckSigs) | nix::Store | virtual |
| addPermRoot(const StorePath &storePath, const Path &gcRoot) override final | nix::IndirectRootStore | virtual |
| addSignatures(const StorePath &storePath, const StringSet &sigs) | nix::Store | inlinevirtual |
| addTempRoot(const StorePath &path) | nix::Store | inlinevirtual |
| addTextToStore(std::string_view name, std::string_view s, const StorePathSet &references, RepairFlag repair=NoRepair)=0 | nix::Store | pure virtual |
| addToStore(const ValidPathInfo &info, AsyncInputStream &narSource, RepairFlag repair=NoRepair, CheckSigsFlag checkSigs=CheckSigs)=0 | nix::Store | pure virtual |
| addToStoreFlat(std::string_view name, const Path &srcPath, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair) (defined in nix::Store) | nix::Store | virtual |
| addToStoreFromDump(AsyncInputStream &dump, std::string_view name, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair, const StorePathSet &references=StorePathSet()) | nix::Store | inlinevirtual |
| addToStoreRecursive(std::string_view name, const PreparedDump &source, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair) | nix::Store | virtual |
| addToStoreSlow(std::string_view name, const Path &srcPath, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, std::optional< Hash > expectedCAHash={}) | nix::Store | |
| associatedCredentials() const | nix::Store | inlinevirtual |
| buildDerivation(const StorePath &drvPath, const BasicDerivation &drv, BuildMode buildMode=bmNormal) | nix::Store | virtual |
| buildPaths(const std::vector< DerivedPath > &paths, BuildMode buildMode=bmNormal, std::shared_ptr< Store > evalStore=nullptr) | nix::Store | virtual |
| buildPathsWithResults(const std::vector< DerivedPath > &paths, BuildMode buildMode=bmNormal, std::shared_ptr< Store > evalStore=nullptr) | nix::Store | virtual |
| clearPathInfoCache() | nix::Store | inline |
| collectGarbage(const GCOptions &options, GCResults &results)=0 | nix::GcStore | pure virtual |
| computeFSClosure(const StorePathSet &paths, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false) | nix::Store | virtual |
| computeFSClosure(const StorePath &path, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false) (defined in nix::Store) | nix::Store | |
| computeStorePathForPathFlat(std::string_view name, const Path &srcPath) const (defined in nix::Store) | nix::Store | |
| computeStorePathForPathRecursive(std::string_view name, const PreparedDump &source) const | nix::Store | |
| computeStorePathForText(std::string_view name, std::string_view s, const StorePathSet &references) const | nix::Store | |
| config() override=0 (defined in nix::LocalFSStore) | nix::LocalFSStore | pure virtual |
| config() const override=0 (defined in nix::LocalFSStore) | nix::LocalFSStore | pure virtual |
| connect() | nix::Store | inlinevirtual |
| derivationFromPath(const StorePath &drvPath) | nix::Store | |
| diskCache (defined in nix::Store) | nix::Store | protected |
| drvsLogDir (defined in nix::LocalFSStore) | nix::LocalFSStore | static |
| ensurePath(const StorePath &path) | nix::Store | virtual |
| exportPath(const StorePath &path, Sink &sink) (defined in nix::Store) | nix::Store | |
| exportPaths(const StorePathSet &paths, Sink &sink) | nix::Store | |
| exportReferences(const StorePathSet &storePaths, const StorePathSet &inputPaths) | nix::Store | |
| findRoots(bool censor)=0 | nix::GcStore | pure virtual |
| followLinksToStore(std::string_view path) const | nix::Store | |
| followLinksToStorePath(std::string_view path) const | nix::Store | |
| getBuildDerivationPath(const StorePath &) | nix::Store | |
| getBuildLog(const StorePath &path) | nix::LogStore | |
| getBuildLogExact(const StorePath &path) override (defined in nix::LocalFSStore) | nix::LocalFSStore | virtual |
| getClosureSize(const StorePath &storePath) | nix::Store | |
| getFSAccessor() override | nix::LocalFSStore | virtual |
| getProtocol() | nix::Store | inlinevirtual |
| getRealStoreDir() (defined in nix::LocalFSStore) | nix::LocalFSStore | inlinevirtual |
| getStats() (defined in nix::Store) | nix::Store | |
| getUri()=0 (defined in nix::Store) | nix::Store | pure virtual |
| getVersion() (defined in nix::Store) | nix::Store | inlinevirtual |
| importPaths(Source &source, CheckSigsFlag checkSigs=CheckSigs) | nix::Store | |
| init() | nix::Store | inlinevirtual |
| isInStore(PathView path) const | nix::Store | |
| isStorePath(std::string_view path) const | nix::Store | |
| isTrustedClient()=0 | nix::Store | pure virtual |
| isValidPath(const StorePath &path) | nix::Store | |
| isValidPathUncached(const StorePath &path) (defined in nix::Store) | nix::Store | protectedvirtual |
| makeFixedOutputPath(std::string_view name, const FixedOutputInfo &info) const (defined in nix::Store) | nix::Store | |
| makeFixedOutputPathFromCA(std::string_view name, const ContentAddressWithReferences &ca) const (defined in nix::Store) | nix::Store | |
| makeOutputPath(std::string_view id, const Hash &hash, std::string_view name) const (defined in nix::Store) | nix::Store | |
| makeStorePath(std::string_view type, std::string_view hash, std::string_view name) const | nix::Store | |
| makeStorePath(std::string_view type, const Hash &hash, std::string_view name) const (defined in nix::Store) | nix::Store | |
| makeTextPath(std::string_view name, const TextInfo &info) const (defined in nix::Store) | nix::Store | |
| makeValidityRegistration(const StorePathSet &paths, bool showDerivers, bool showHash) | nix::Store | |
| maybeParseStorePath(std::string_view path) const (defined in nix::Store) | nix::Store | |
| MissingName (defined in nix::Store) | nix::Store | static |
| narFromPath(const StorePath &path) override | nix::LocalFSStore | virtual |
| operationName (defined in nix::IndirectRootStore) | nix::IndirectRootStore | inlinestatic |
| optimiseStore() | nix::Store | inlinevirtual |
| parseStorePath(std::string_view path) const (defined in nix::Store) | nix::Store | |
| parseStorePathSet(const PathSet &paths) const | nix::Store | |
| pathInfoIsUntrusted(const ValidPathInfo &) | nix::Store | inlinevirtual |
| pathInfoToJSON(const StorePathSet &storePaths, bool includeImpureInfo, bool showClosureSize, Base hashBase=Base::Base32, AllowInvalidFlag allowInvalid=DisallowInvalid) | nix::Store | |
| PathsSource typedef | nix::Store | |
| printStorePath(const StorePath &path) const (defined in nix::Store) | nix::Store | |
| printStorePathSet(const StorePathSet &path) const (defined in nix::Store) | nix::Store | |
| queryAllValidPaths() | nix::Store | inlinevirtual |
| queryDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr) | nix::Store | |
| queryDerivationOutputs(const StorePath &path) | nix::Store | virtual |
| queryMissing(const std::vector< DerivedPath > &targets, StorePathSet &willBuild, StorePathSet &willSubstitute, StorePathSet &unknown, uint64_t &downloadSize, uint64_t &narSize) | nix::Store | virtual |
| queryPartialDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr) | nix::Store | virtual |
| queryPathFromHashPart(const std::string &hashPart)=0 | nix::Store | pure virtual |
| queryPathInfo(const StorePath &path) | nix::Store | |
| queryPathInfoUncached(const StorePath &path)=0 | nix::Store | protectedpure virtual |
| queryRealisation(const DrvOutput &) | nix::Store | |
| queryRealisationUncached(const DrvOutput &)=0 (defined in nix::Store) | nix::Store | protectedpure virtual |
| queryReferrers(const StorePath &path, StorePathSet &referrers) | nix::Store | inlinevirtual |
| queryStaticPartialDerivationOutputMap(const StorePath &path) | nix::Store | virtual |
| querySubstitutablePathInfos(const StorePathCAMap &paths, SubstitutablePathInfos &infos) | nix::Store | virtual |
| querySubstitutablePaths(const StorePathSet &paths) | nix::Store | inlinevirtual |
| queryValidDerivers(const StorePath &path) | nix::Store | inlinevirtual |
| queryValidPaths(const StorePathSet &paths, SubstituteFlag maybeSubstitute=NoSubstitute) | nix::Store | virtual |
| readDerivation(const StorePath &drvPath) | nix::Store | |
| readInvalidDerivation(const StorePath &drvPath) | nix::Store | |
| realisationIsUntrusted(const Realisation &) (defined in nix::Store) | nix::Store | inlinevirtual |
| registerDrvOutput(const Realisation &output) | nix::Store | inlinevirtual |
| registerDrvOutput(const Realisation &output, CheckSigsFlag checkSigs) (defined in nix::Store) | nix::Store | inlinevirtual |
| repairPath(const StorePath &path) | nix::Store | virtual |
| require(Store &store) (defined in nix::LogStore) | nix::LogStore | static |
| setOptions() | nix::Store | inlinevirtual |
| showPaths(const StorePathSet &paths) | nix::Store | |
| state (defined in nix::Store) | nix::Store | protected |
| stats (defined in nix::Store) | nix::Store | protected |
| Store(const StoreConfig &config) (defined in nix::Store) | nix::Store | protected |
| substitutePaths(const StorePathSet &paths) | nix::Store | |
| topoSortPaths(const StorePathSet &paths) | nix::Store | |
| toRealPath(const Path &storePath) override (defined in nix::LocalFSStore) | nix::LocalFSStore | inlinevirtual |
| toRealPath(const StorePath &storePath) (defined in nix::Store) | nix::Store | inline |
| toStorePath(PathView path) const | nix::Store | |
| unsupported(const std::string &op) | nix::Store | inlineprotected |
| verifyStore(bool checkContents, RepairFlag repair=NoRepair) | nix::Store | inlinevirtual |
| ~Store() noexcept(false) (defined in nix::Store) | nix::Store | inlinevirtual |