absyntax_utils/function_call_param_iterator.hh
changeset 350 2c3c4dc34979
parent 279 c0453b7f99df
child 449 3c6225521059
equal deleted inserted replaced
341:ba80c3ceb6fb 350:2c3c4dc34979
   102      */
   102      */
   103     symbol_c *next_nf(void);
   103     symbol_c *next_nf(void);
   104 
   104 
   105     /* Search for the value passed to the parameter named <param_name>...  */
   105     /* Search for the value passed to the parameter named <param_name>...  */
   106     symbol_c *search_f(symbol_c *param_name);
   106     symbol_c *search_f(symbol_c *param_name);
       
   107     symbol_c *search_f(const char *param_name);
   107 
   108 
   108     /* Returns the value being passed to the current parameter. */
   109     /* Returns the value being passed to the current parameter. */
   109     symbol_c *get_current_value(void);
   110     symbol_c *get_current_value(void);
   110 
   111 
   111 
   112