blob: f64ef7a7cdeea749f406917d3dd61b69f5a40a02 (
plain) (
tree)
|
|
#ifndef __ATTR_PATH_H
#define __ATTR_PATH_H
#include <string>
#include <map>
#include "eval.hh"
Expr findAlongAttrPath(EvalState & state, const string & attrPath, Expr e);
#endif /* !__ATTR_PATH_H */
|