about summary refs log blame commit diff
path: root/src/libexpr/attr-path.hh
blob: f64ef7a7cdeea749f406917d3dd61b69f5a40a02 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                           
#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 */