| 35 | static const std::string ExportTypeBinaryValue; |
| 36 | |
| 37 | explicit ExportOptionParser(std::vector<ExportPluginDescription>&&); |
| 38 | |
| 39 | ExportOptionParser(const ExportOptionParser&) = delete; |
| 40 | ExportOptionParser& operator=(const ExportOptionParser&) = delete; |
| 41 | |
| 42 | void ParseOption(const ProgramOptionsVariablesMap&, Options&) override; |
nothing calls this directly
no outgoing calls
no test coverage detected