|
|
using | MapType = std::map< std::string, std::string, std::less<> > |
| |
|
using | Ptr = std::shared_ptr< IResultWriter > |
| |
|
|
| InMemoryWriter (Benchmarking::DurationCollector &duration_collector) |
| |
|
void | addEntryFromBuffer (const std::filesystem::path &entryPath, std::string &entryContent) override |
| |
|
void | addEntryFromFile (const std::filesystem::path &entryPath, const std::filesystem::path &filePath) override |
| |
| void | flush () override |
| |
|
bool | needsTheJobQueue () const override |
| |
|
void | finalize (bool verbose) override |
| |
|
const MapType & | getMap () const |
| |
◆ flush()
| void InMemoryWriter::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.
The documentation for this class was generated from the following files:
- src/libs/antares/writer/include/antares/writer/in_memory_writer.h
- src/libs/antares/writer/in_memory_writer.cpp