| 161 | beforeStructure(ps, info); |
| 162 | } |
| 163 | void afterStructure_ ( char * ps, StructInfo * info ) { |
| 164 | visited.pop_back(); |
| 165 | afterStructure(ps, info); |
| 166 | } |
| 167 | void afterStructureCancel_ ( char * ps, StructInfo * info ) { |
| 168 | visited.pop_back(); |
| 169 | afterStructureCancel(ps, info); |
no test coverage detected