#include <SkSVGTypes.h>
Definition at line 152 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kLocal | |
kNonlocal | |
kDataURI | |
Definition at line 154 of file SkSVGTypes.h.
154 {
156 kNonlocal,
157 kDataURI,
158 };
◆ SkSVGIRI() [1/2]
◆ SkSVGIRI() [2/2]
Definition at line 161 of file SkSVGTypes.h.
161: fType(t), fIRI(
iri) {}
const SkSVGStringType & iri() const
◆ iri()
◆ operator!=()
bool SkSVGIRI::operator!= |
( |
const SkSVGIRI & |
other | ) |
const |
|
inline |
Definition at line 169 of file SkSVGTypes.h.
169{ return !(*this == other); }
◆ operator==()
bool SkSVGIRI::operator== |
( |
const SkSVGIRI & |
other | ) |
const |
|
inline |
Definition at line 166 of file SkSVGTypes.h.
166 {
167 return fType == other.fType && fIRI == other.fIRI;
168 }
◆ type()
Type SkSVGIRI::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: