Clean the contents for descruction
| 549 | |
| 550 | //Clean the contents for descruction |
| 551 | void clean() |
| 552 | { |
| 553 | for (sectionsit_t i = sections.begin(); i != sections.end(); i++) |
| 554 | delete i->second; |
| 555 | |
| 556 | current = NULL; |
| 557 | } |
| 558 | |
| 559 | //Make any alterations to the raw line |
| 560 | void nake(const fini_char_t*) //Strip the line of any non-interpretable characters |