#include <built-path.hh>
Public Member Functions | |
bool | operator== (const BuiltPathBuilt &) const noexcept |
std::string | to_string (const StoreDirConfig &store) const |
nlohmann::json | toJSON (const StoreDirConfig &store) const |
Static Public Member Functions | |
static BuiltPathBuilt | parse (const StoreDirConfig &store, std::string_view, std::string_view) |
Public Attributes | |
ref< SingleBuiltPath > | drvPath |
std::map< std::string, StorePath > | outputs |
A built derived path with hints in the form of optional concrete output paths.
See 'BuiltPath' for more an explanation.