2006-07-26 17:05:15 +02:00
|
|
|
#ifndef __ATTR_PATH_H
|
|
|
|
#define __ATTR_PATH_H
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <map>
|
|
|
|
|
|
|
|
#include "eval.hh"
|
|
|
|
|
|
|
|
|
2006-08-23 18:20:14 +02:00
|
|
|
Expr findAlongAttrPath(EvalState & state, const string & attrPath,
|
|
|
|
const ATermMap & autoArgs, Expr e);
|
2006-07-26 17:05:15 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* !__ATTR_PATH_H */
|