Return whether the algorithm is called from the command line. */
| 2755 | |
| 2756 | /** Return whether the algorithm is called from the command line. */ |
| 2757 | bool IsCalledFromCommandLine() const |
| 2758 | { |
| 2759 | return m_calledFromCommandLine; |
| 2760 | } |
| 2761 | |
| 2762 | /** Whether the algorithm generates an output string */ |
| 2763 | virtual bool HasOutputString() const; |
no outgoing calls
no test coverage detected