VHISTlib
1.84.0.3018
|
This class reads all summary files inside a VHIST file and associates file and section tags of the VHIST file with the extracted summaries. More...
#include <summarycreator.h>
Public Member Functions | |
SummaryCreator () | |
Creates a new SummaryCreator instance. | |
Summaries | createSummaries (VhistParser &parser) |
Searches the given VhistParser for summary files and associates them with tags inside the VHIST file. |
This class reads all summary files inside a VHIST file and associates file and section tags of the VHIST file with the extracted summaries.
Summaries SummaryCreator::createSummaries | ( | VhistParser & | parser | ) |
Searches the given VhistParser for summary files and associates them with tags inside the VHIST file.
The resulting Summaries are returned.
[in] | parser | A parser with an opened VHIST file, for which the vhist::Summaries should be created. |