scope_foreach_symbol
Description:
Calls the given function for each of the symbol/value pairs in the given scope of the Scanner.
The function is passed the symbol and value of each pair, and the given user_data
parameter.
Parameters:
this |
a Scanner |
scope_id |
the scope id |
func |
the function to call for each symbol/value pair |
user_data |
user data to pass to the function |