-------------------------------------------------------------------------
| 704 | |
| 705 | // ------------------------------------------------------------------------- |
| 706 | string mitkCommandLineParser::errorString() const |
| 707 | { |
| 708 | return this->Internal->ErrorString; |
| 709 | } |
| 710 | |
| 711 | // ------------------------------------------------------------------------- |
| 712 | const mitkCommandLineParser::StringContainerType &mitkCommandLineParser::unparsedArguments() const |
no outgoing calls
no test coverage detected