#include <error_collectors.h>
|
void | AddError (const std::string &filename, int line, int, const std::string &message) override |
|
void | AddWarning (const std::string &filename, int line, int, const std::string &message) override |
|
const QStringList & | errors () |
|
Definition at line 27 of file error_collectors.h.
◆ AddError()
void FileErrorCollector::AddError |
( |
const std::string & |
filename, |
|
|
int |
line, |
|
|
int |
, |
|
|
const std::string & |
message |
|
) |
| |
|
override |
◆ AddWarning()
void FileErrorCollector::AddWarning |
( |
const std::string & |
filename, |
|
|
int |
line, |
|
|
int |
, |
|
|
const std::string & |
message |
|
) |
| |
|
override |
◆ errors()
const QStringList& FileErrorCollector::errors |
( |
| ) |
|
|
inline |
◆ _errors
QStringList FileErrorCollector::_errors |
|
private |
The documentation for this class was generated from the following files: