15 #include "CeeReport/Base.h" 17 #include "CeeReport/Repository.h" 18 #include "CeeCore/Str.h" 37 bool generate(
const Str& reportFile)
const;
38 bool validate(
Str* summary)
const;
39 static bool summarize(
const Str& templateFile,
Str* summary);
41 void setReferenceRepository(
Repository* repository);
42 void setGenericSnapshotIndices(
const std::vector<unsigned int>& indices);
43 void setUse3dPlugin(
bool use);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
Collection of snapshots used in report generation.
Definition: Repository.h:33
Report creator for an HTML report.
Definition: ReportCreatorHtml.h:31