Returns the result as a bool
| 82 | |
| 83 | // Returns the result as a bool |
| 84 | bool ClientAnalyzedXML::GetResultBool(bool defaultValue) const |
| 85 | { |
| 86 | return m_pAnalyzeXML->GetResultBool(defaultValue) ; |
| 87 | } |
| 88 | |
| 89 | // Returns the result as a double |
| 90 | double ClientAnalyzedXML::GetResultFloat(double defaultValue) const |
no outgoing calls
no test coverage detected