|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Stable identifier for a source anchor stored in XMLSourceStore. More...
#include "donner/base/xml/XMLSourceStore.h"
Public Member Functions | |
| bool | isValid () const |
| Return true when this id can refer to an anchor. | |
| bool | operator== (const SourceAnchorId &other) const =default |
| Equality operator. | |
Public Attributes | |
| std::uint32_t | value = 0 |
| Numeric anchor id. 0 is reserved for "invalid". | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SourceAnchorId &id) |
| Print the anchor id to an ostream. | |
Stable identifier for a source anchor stored in XMLSourceStore.