#include "data_structure_dll.h"#include <basis/istring.h>Include dependency graph for symbol_table.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | symbol_table< contents > |
| Maintains a list of names, where each name has a type and some contents. More... | |
Functions | |
| template<class contents> | |
| bool | symbol_table_compare (const symbol_table< contents > &a, const symbol_table< contents > &b) |
| returns true if table "a" and table "b" have the same contents. | |
| bool symbol_table_compare | ( | const symbol_table< contents > & | a, | |
| const symbol_table< contents > & | b | |||
| ) |
returns true if table "a" and table "b" have the same contents.
Definition at line 352 of file symbol_table.cpp.
References basis::set< contents >::elements(), symbol_table< contents >::find(), FUNCDEF, and symbol_table< contents >::names().
1.5.1