|
|
using | Ptr = std::shared_ptr< Output > |
| | The most suitable smart pointer.
|
| |
|
using | FolderName = Yuni::CString< 10, false > |
| | A folder name (short length)
|
| |
|
using | ColumnName = Yuni::CString< 128, false > |
| | Column name.
|
| |
|
using | Vector = std::vector< Ptr > |
| | Vector.
|
| |
|
|
| Output (const YString &target, const YString::Vector &cols) |
| |
|
bool | canContinue () const |
| |
|
void | incrementError () |
| |
|
|
uint | minYear |
| | The minimum value for the years.
|
| |
|
uint | maxYear |
| | The maximum value for the years.
|
| |
|
uint | nbYears |
| | The total number of years.
|
| |
|
const Yuni::String | path |
| | The study output directory.
|
| |
|
const Yuni::String::Vector | columns |
| | All columns to extract.
|
| |
|
std::atomic< int > | errors |
| | The number of errors.
|
| |
|
ResultsForAllStudyItems | results |
| | Results.
|
| |
The documentation for this class was generated from the following files:
- src/tools/yby-aggregator/output.h
- src/tools/yby-aggregator/output.cpp