| 79 | } |
| 80 | |
| 81 | void |
| 82 | DFSOutputMgr::OutputStructUnions(ostream& /*out*/) |
| 83 | { |
| 84 | ofstream o_struct(struct_output_.c_str()); |
| 85 | OutputStructUnionDeclarations(o_struct); |
| 86 | o_struct.close(); |
| 87 | } |
| 88 | |
| 89 | void |
| 90 | DFSOutputMgr::Output() |
no test coverage detected