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

Result of an applyPatches call. More...

#include "donner/editor/TextPatch.h"

Public Attributes

std::size_t applied = 0
 Number of patches successfully applied.
std::size_t rejectedBounds = 0
 Patches whose offset+length exceeded the buffer.

Detailed Description

Result of an applyPatches call.

Member Data Documentation

◆ applied

std::size_t donner::editor::ApplyPatchesResult::applied = 0

Number of patches successfully applied.

◆ rejectedBounds

std::size_t donner::editor::ApplyPatchesResult::rejectedBounds = 0

Patches whose offset+length exceeded the buffer.


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