OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::gpkg::formats::FormatResult Struct Reference

Lightweight outcome for format parse / materialise calls. More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::FormatResult:

Public Attributes

bool ok = true
 
std::string error
 

Detailed Description

Lightweight outcome for format parse / materialise calls.

ok == true means the operation succeeded. Otherwise error carries a human-readable diagnostic and the caller decides whether to surface it as a warning, throw, or abort.

Member Data Documentation

◆ error

std::string openswmm::gpkg::formats::FormatResult::error

◆ ok

bool openswmm::gpkg::formats::FormatResult::ok = true

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