absyntax_utils/function_param_iterator.hh
changeset 448 1bd18fc06911
parent 424 43d73e28eca8
child 662 b1b11dd09a54
equal deleted inserted replaced
447:aad0f3e5df33 448:1bd18fc06911
   144      * It will, however, affect the internal state necessary to correctly
   144      * It will, however, affect the internal state necessary to correctly
   145      * return the param_type(), default_value() and is_en_eno_param_implicit()
   145      * return the param_type(), default_value() and is_en_eno_param_implicit()
   146      * of the found parameter.
   146      * of the found parameter.
   147      */
   147      */
   148     identifier_c *search(symbol_c *param_name);
   148     identifier_c *search(symbol_c *param_name);
       
   149     identifier_c *search(const char *param_name);
   149 
   150 
   150     /* Returns the currently referenced parameter's default value,
   151     /* Returns the currently referenced parameter's default value,
   151      * or NULL if none is specified in the function declrataion itself.
   152      * or NULL if none is specified in the function declrataion itself.
   152      */
   153      */
   153     symbol_c *default_value(void);
   154     symbol_c *default_value(void);