2006-07-26 15:05:15 +00:00
|
|
|
#ifndef __ATTR_PATH_H
|
|
|
|
#define __ATTR_PATH_H
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <map>
|
|
|
|
|
|
|
|
#include "eval.hh"
|
|
|
|
|
|
|
|
|
2006-09-04 21:06:23 +00:00
|
|
|
namespace nix {
|
|
|
|
|
|
|
|
|
2006-08-23 16:20:14 +00:00
|
|
|
Expr findAlongAttrPath(EvalState & state, const string & attrPath,
|
|
|
|
const ATermMap & autoArgs, Expr e);
|
2006-07-26 15:05:15 +00:00
|
|
|
|
2006-09-04 21:06:23 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2006-07-26 15:05:15 +00:00
|
|
|
|
|
|
|
#endif /* !__ATTR_PATH_H */
|