NDEVR
API Documentation
ReportTemplate

A simple Template for a report. More...

Collaboration diagram for ReportTemplate:
[legend]

Public Member Functions

 ReportTemplate (const StringView &id, const StringView &base_64)
 Constructs a report template from base64-encoded data.
 ReportTemplate (const StringView &id, File resource)
 Constructs a report template from a file resource.

Public Attributes

String base_64
 Base64-encoded template data.
File file
 File path to the template resource.
String id
 Unique identifier for the report template.

Detailed Description

A simple Template for a report.


Definition at line 23 of file ReportIterator.h.

Constructor & Destructor Documentation

◆ ReportTemplate() [1/2]

ReportTemplate::ReportTemplate ( const StringView & id,
File resource )

Constructs a report template from a file resource.

Parameters
[in]idThe template identifier.
[in]resourceThe file containing the template.

◆ ReportTemplate() [2/2]

ReportTemplate::ReportTemplate ( const StringView & id,
const StringView & base_64 )

Constructs a report template from base64-encoded data.

Parameters
[in]idThe template identifier.
[in]base_64The base64-encoded template content.

References base_64.


The documentation for this struct was generated from the following file: