CoreTrace Qt IDE 1.0
The CoreTrace Text editor
 
Loading...
Searching...
No Matches
Parser Class Reference

#include <parser.hpp>

Public Member Functions

QList< AuditResultparse (const QString &output)
 Parses the given output string and extracts SARIF results.
 
 ~Parser ()
 

Private Member Functions

void parseSarifDocument (const QJsonObject &sarifObj, QList< AuditResult > &results, bool &foundResults)
 

Constructor & Destructor Documentation

◆ ~Parser()

Parser::~Parser ( )

Member Function Documentation

◆ parse()

QList< AuditResult > Parser::parse ( const QString &  output)

Parses the given output string and extracts SARIF results.

Parameters
outputThe output string to parse.
Returns
A list of AuditResults with parsed findings.

◆ parseSarifDocument()

void Parser::parseSarifDocument ( const QJsonObject &  sarifObj,
QList< AuditResult > &  results,
bool &  foundResults 
)
private

The documentation for this class was generated from the following files: