Data Fields | |
int | name_space |
Name space of symbols returned by this iterator. | |
struct symbol * | curr |
Currently iterated symbol. |
Name space of symbols returned by this iterator.
struct symbol* _mesa_symbol_table_iterator::curr [read] |
Currently iterated symbol.
The next call to _mesa_symbol_table_iterator_get
will return this value. It will also update this value to the value that should be returned by the next call.