#include <search-path.hh>
Classes | |
struct | Elem |
struct | Path |
struct | Prefix |
Static Public Member Functions | |
static LookupPath | parse (const Strings &rawElems) |
Public Attributes | |
std::list< LookupPath::Elem > | elements |
A "search path" is a list of ways look for something, used with builtins.findFile
and < >
lookup expressions.
|
static |
Parse a string into a LookupPath
std::list<LookupPath::Elem> nix::LookupPath::elements |
The list of search path elements. Each one is checked for a path when looking up. (The actual lookup entry point is in EvalState
not in this class.)