MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / clean

Method clean

Source/Utils/ini.hpp:551–557  ·  view source on GitHub ↗

Clean the contents for descruction

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected