| 124 | } |
| 125 | |
| 126 | void INIParser::SetDelAfterGet(bool del_after_get) { |
| 127 | impl_->del_after_get = del_after_get; |
| 128 | } |
| 129 | |
| 130 | void INIParser::GetAllValue(std::vector<std::tuple<std::string, std::string, std::string>> &vals) { |
| 131 | vals.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected