Functions Init the INI in with values set by constructor
| 539 | ///Functions |
| 540 | //Init the INI in with values set by constructor |
| 541 | void init(source_e source, bool doParse) |
| 542 | { |
| 543 | this->source = source; |
| 544 | |
| 545 | reserveSections(); |
| 546 | if (doParse) |
| 547 | parse(); |
| 548 | } |
| 549 | |
| 550 | //Clean the contents for descruction |
| 551 | void clean() |