#include <FileExport.h>
◆ FileExport()
FileExport::FileExport |
( |
std::string |
filename | ) |
|
◆ exportContainer()
void FileExport::exportContainer |
( |
std::unique_ptr< JSONContainer > && |
cont | ) |
|
|
overrideprotectedvirtual |
◆ getTimerName()
const std::string FileExport::getTimerName |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ toQueryString()
const std::string FileExport::toQueryString |
( |
| ) |
|
|
overridevirtual |
Returns a string as this ExportDestination would be represented in a query
- Returns
Implements IExportDestination.
◆ toString()
const std::string FileExport::toString |
( |
| ) |
|
|
overridevirtual |
Returns a (human readable) string describing the ExportDestination. A.toString() == B.toString() => A == B
- Returns
Implements IExportDestination.
The documentation for this class was generated from the following files:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/export/include/joda/export/FileExport.h
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/export/src/FileExport.cpp