absyntax_utils/function_call_iterator.hh
changeset 958 7474d2cd1d6e
parent 279 c0453b7f99df
equal deleted inserted replaced
957:4489afa5b1c5 958:7474d2cd1d6e
    71      * Returns the function_invocation_c!
    71      * Returns the function_invocation_c!
    72      */
    72      */
    73     symbol_c *next(void);
    73     symbol_c *next(void);
    74 
    74 
    75     /* Returns the name of the currently referenced function invocation */
    75     /* Returns the name of the currently referenced function invocation */
    76     identifier_c *fname(void);
    76     token_c *fname(void);
    77 
    77 
    78   private:
    78   private:
    79   /***************************************/
    79   /***************************************/
    80   /* B.3 - Language ST (Structured Text) */
    80   /* B.3 - Language ST (Structured Text) */
    81   /***************************************/
    81   /***************************************/