Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::sandbox::DiffResult Struct Reference

Result of comparing two .rnr recordings. More...

#include "donner/editor/sandbox/SandboxDiff.h"

Collaboration diagram for donner::editor::sandbox::DiffResult:
[legend]

Public Attributes

bool identical = true
 True when both headers and command streams are identical.
std::string report
 Human-readable diff report. Empty when identical is true.

Detailed Description

Result of comparing two .rnr recordings.

Member Data Documentation

◆ identical

bool donner::editor::sandbox::DiffResult::identical = true

True when both headers and command streams are identical.

◆ report

std::string donner::editor::sandbox::DiffResult::report

Human-readable diff report. Empty when identical is true.


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