| 1573 | } |
| 1574 | |
| 1575 | void |
| 1576 | HashGlobalVariables(std::ostream &out) |
| 1577 | { |
| 1578 | MapVariableList(*VariableSelector::GetGlobalVariables(), out, HashVariable); |
| 1579 | } |
| 1580 | |
| 1581 | /////////////////////////////////////////////////////////////////////////////// |
| 1582 |
no test coverage detected