|
CBMC
|
Symbol table entry. More...
Include dependency graph for symbol.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | symbolt |
| Symbol table entry. More... | |
| class | type_symbolt |
| Symbol table entry describing a data type. More... | |
| class | auxiliary_symbolt |
| Internally generated symbol table entry. More... | |
| class | parameter_symbolt |
| Symbol table entry of function parameter. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const symbolt &symbol) |
| Overload of stream operator to work with symbols. More... | |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const symbolt & | symbol | ||
| ) |
Overload of stream operator to work with symbols.
| out | A given stream to dump symbol state to. |
| symbol | The symbol whose state is about to be dumped. |
Definition at line 76 of file symbol.cpp.