Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::ResolvedReference Struct Reference

Represents a resolved reference to an SVG entity. More...

#include "donner/svg/graph/Reference.h"

Public Member Functions

 operator Entity () const
 Implicit conversion operator to Entity.
 
bool valid () const
 Returns true if this ResolvedReference is non-empty.
 

Public Attributes

EntityHandle handle
 Handle to the resolved entity.
 

Detailed Description

Represents a resolved reference to an SVG entity.

Returned by Reference::resolve.

Member Function Documentation

◆ operator Entity()

donner::svg::ResolvedReference::operator Entity ( ) const
inline

Implicit conversion operator to Entity.

Returns
The entity associated with the handle

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