| 303 | // |
| 304 | |
| 305 | RegisterParsedArgs::Ptr RegisterParsedArgs::Create(const std::string &arg0) |
| 306 | { |
| 307 | return Ptr(new RegisterParsedArgs(arg0)); |
| 308 | } |
| 309 | |
| 310 | RegisterParsedArgs::RegisterParsedArgs(const std::string &arg0) |
| 311 | : ParsedArgs(arg0) |
nothing calls this directly
no outgoing calls
no test coverage detected