|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Outcome of FrameInspector::Decode. streamValid is true iff the entire wire stream parsed without error — a false value means commands contains whatever the inspector was able to decode before the first failure, and error describes why it stopped. More...
#include "donner/editor/sandbox/FrameInspector.h"
Public Attributes | |
| std::vector< DecodedCommand > | commands |
| bool | streamValid = false |
| std::string | error |
| int32_t | finalDepth = 0 |
| Final nesting depth after the last successfully decoded command. Should be 0 for a well-formed frame; any non-zero value means the push/pop pairs are unbalanced. | |
Outcome of FrameInspector::Decode. streamValid is true iff the entire wire stream parsed without error — a false value means commands contains whatever the inspector was able to decode before the first failure, and error describes why it stopped.
| std::vector<DecodedCommand> donner::editor::sandbox::InspectionResult::commands |
| std::string donner::editor::sandbox::InspectionResult::error |
| int32_t donner::editor::sandbox::InspectionResult::finalDepth = 0 |
Final nesting depth after the last successfully decoded command. Should be 0 for a well-formed frame; any non-zero value means the push/pop pairs are unbalanced.
| bool donner::editor::sandbox::InspectionResult::streamValid = false |