LAL: Linear Arrangement Library 24.10.00
A library focused on algorithms on linear arrangements of graphs.
|
An auxiliary struct in replacement of std::tuple. More...
#include <treebank_collection_report_location.hpp>
Public Member Functions | |
treebank_collection_report_location () noexcept=default | |
Default constructor. | |
treebank_collection_report_location (const uint64_t ln, const std::string &tfn, const std::string &tid, const treebank_file_report &rep) noexcept | |
Constructor with data. | |
treebank_collection_report_location (const uint64_t ln, std::string &&tfn, std::string &&tid, treebank_file_report &&rep) noexcept | |
Constructor with data. | |
~treebank_collection_report_location () noexcept=default | |
Default destructor. | |
Public Attributes | |
uint64_t | line_number |
The line number within the main file. | |
std::string | treebank_file_name |
The name of the treebank file where the report comes from. | |
std::string | treebank_id |
The id of the treebank file where the report comes from. | |
treebank_file_report | report |
The report of errors in the treebank file. | |
An auxiliary struct in replacement of std::tuple.