48#include <lal/io/treebank_file_report.hpp>
71 const std::
string& tfn,
72 const std::
string& tid,
Report on a treebank file.
Definition treebank_file_report.hpp:69
Main namespace of the library.
Definition basic_types.hpp:48
An auxiliary struct in replacement of std::tuple.
Definition treebank_collection_report_location.hpp:54
std::string treebank_id
The id of the treebank file where the report comes from.
Definition treebank_collection_report_location.hpp:60
std::string treebank_file_name
The name of the treebank file where the report comes from.
Definition treebank_collection_report_location.hpp:58
uint64_t line_number
The line number within the main file.
Definition treebank_collection_report_location.hpp:56
~treebank_collection_report_location() noexcept=default
Default destructor.
treebank_file_report report
The report of errors in the treebank file.
Definition treebank_collection_report_location.hpp:62
treebank_collection_report_location(const uint64_t ln, std::string &&tfn, std::string &&tid, treebank_file_report &&rep) noexcept
Constructor with data.
Definition treebank_collection_report_location.hpp:85
treebank_collection_report_location() noexcept=default
Default constructor.