feat(cpp-object-oriented-modular-refactoring): step 5 - solver-workflow-google-style

This commit is contained in:
KOKO\Mimi
2026-08-16 06:20:08 +09:00
parent e1c0e357dd
commit 24f006fe4a
52 changed files with 5817 additions and 6369 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
#pragma once
#include "fesa/results/results_writer.hpp"
#include "fesa/results/results_writer.h"
namespace fesa {
// Writes schema-v0 output while keeping backend and platform types private.
class Hdf5ResultsWriter final : public ResultsWriter {
public:
Status write(
Status Write(
const std::filesystem::path& outputPath,
const Domain& domain,
const AnalysisState& state,