Data Fields | |
| struct scope_level * | next | 
| Link to next (inner) scope level.   | |
| struct symbol * | symbols | 
| Linked list of symbols with the same scope.   | |
struct scope_level* scope_level::next [read]           | 
        
Link to next (inner) scope level.
struct symbol* scope_level::symbols [read]           | 
        
Linked list of symbols with the same scope.
 1.5.4