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








                     

                                                                  


                           
#ifndef __ATTR_PATH_H
#define __ATTR_PATH_H

#include <string>
#include <map>

#include "eval.hh"


Expr findAlongAttrPath(EvalState & state, const string & attrPath,
    const ATermMap & autoArgs, Expr e);


#endif /* !__ATTR_PATH_H */