#include <realisation.hh>
Public Types | |
using | Raw = std::variant<Realisation, OpaquePath> |
using | Set = std::set<RealisedPath> |
Public Member Functions | |
RealisedPath (StorePath path) | |
RealisedPath (Realisation r) | |
StorePath | path () const |
void | closure (Store &store, Set &ret) const |
Set | closure (Store &store) const |
GENERATE_CMP (RealisedPath, me->raw) | |
Static Public Member Functions | |
static void | closure (Store &store, const Set &startPaths, Set &ret) |
Public Attributes | |
Raw | raw |
A store path with all the history of how it went into the store
StorePath nix::RealisedPath::path | ( | ) | const |
Get the raw store path associated to this