#include <built-path.hh>
Public Types | |
using | Raw = _BuiltPathRaw |
using | Opaque = DerivedPathOpaque |
using | Built = BuiltPathBuilt |
Public Member Functions | |
bool | operator== (const BuiltPath &) const =default |
const Raw & | raw () const |
StorePathSet | outPaths () const |
RealisedPath::Set | toRealisedPaths (Store &store) const |
nlohmann::json | toJSON (const StoreDirConfig &store) const |
A built path. Similar to a DerivedPath, but enriched with the corresponding output path(s).