|
class | ZipWriteJob< Yuni::Clob > |
|
class | ZipWriteJob< std::string > |
|
◆ addEntryFromBuffer() [1/2]
void Antares::Solver::ZipWriter::addEntryFromBuffer |
( |
const std::filesystem::path & | entryPath, |
|
|
std::string & | entryContent ) |
|
overridevirtual |
◆ addEntryFromBuffer() [2/2]
void Antares::Solver::ZipWriter::addEntryFromBuffer |
( |
const std::string & | entryPath, |
|
|
Yuni::Clob & | entryContent ) |
|
overridevirtual |
◆ addEntryFromFile()
void Antares::Solver::ZipWriter::addEntryFromFile |
( |
const std::filesystem::path & | entryPath, |
|
|
const std::filesystem::path & | filePath ) |
|
overridevirtual |
◆ finalize()
void Antares::Solver::ZipWriter::finalize |
( |
bool | verbose | ) |
|
|
overridevirtual |
◆ flush()
void Antares::Solver::ZipWriter::flush |
( |
| ) |
|
|
overridevirtual |
Waits for completion of every write operation previously appended. A runtime error may be raised if any of those fails.
Implements Antares::Solver::IResultWriter.
◆ needsTheJobQueue()
bool Antares::Solver::ZipWriter::needsTheJobQueue |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/libs/antares/writer/private/zip_writer.h
- src/libs/antares/writer/private/zip_writer.hxx
- src/libs/antares/writer/zip_writer.cpp