#include "symbol.h"
#include <ostream>
#include "source_location.h"
#include "std_expr.h"
#include "suffix.h"
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &out, const symbolt &symbol) |
| Overload of stream operator to work with symbols. More...
|
|
◆ SYM_SWAP1
#define SYM_SWAP1 |
( |
|
x | ) |
x.swap(b.x) |
◆ SYM_SWAP2
#define SYM_SWAP2 |
( |
|
x | ) |
std::swap(x, b.x) |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const symbolt & |
symbol |
|
) |
| |
Overload of stream operator to work with symbols.
- Parameters
-
out | A given stream to dump symbol state to. |
symbol | The symbol whose state is about to be dumped. |
- Returns
- The output stream.
Definition at line 76 of file symbol.cpp.