11 #ifndef ZYPP_REPO_VARIABLES_H_
12 #define ZYPP_REPO_VARIABLES_H_
60 typedef function<const std::string * ( const std::string & )>
VarRetriever;
64 #ifndef SWIG // Swig treats it as syntax error
108 std::string
operator()(
const std::string & value_r )
const;
109 #ifndef SWIG // Swig treats it as syntax error
111 std::string
operator()( std::string && value_r )
const;