| 2214 | } |
| 2215 | |
| 2216 | inline |
| 2217 | void |
| 2218 | OptionParser::add_to_option(OptionMap::const_iterator iter, const std::string& option, const std::string& arg) |
| 2219 | { |
| 2220 | parse_option(iter->second, option, arg); |
| 2221 | } |
| 2222 | |
| 2223 | inline |
| 2224 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected