Returns the character data from the result tag as an int (or default value if there is no character data in the tag)
| 71 | |
| 72 | // Returns the character data from the result tag as an int (or default value if there is no character data in the tag) |
| 73 | int ClientAnalyzedXML::GetResultInt(int defaultValue) const |
| 74 | { |
| 75 | return m_pAnalyzeXML->GetResultInt(defaultValue) ; |
| 76 | } |
| 77 | |
| 78 | long long ClientAnalyzedXML::GetResultInt(long long defaultValue) const |
| 79 | { |
no outgoing calls
no test coverage detected