#include <SkSVGTypes.h>
Definition at line 264 of file SkSVGTypes.h.
◆ Type
◆ SkSVGFuncIRI() [1/3]
SkSVGFuncIRI::SkSVGFuncIRI |
( |
| ) |
|
|
inline |
◆ SkSVGFuncIRI() [2/3]
SkSVGFuncIRI::SkSVGFuncIRI |
( |
Type |
t | ) |
|
|
inlineexplicit |
◆ SkSVGFuncIRI() [3/3]
SkSVGFuncIRI::SkSVGFuncIRI |
( |
SkSVGIRI && |
iri | ) |
|
|
inlineexplicit |
◆ iri()
const SkSVGIRI & SkSVGFuncIRI::iri |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool SkSVGFuncIRI::operator!= |
( |
const SkSVGFuncIRI & |
other | ) |
const |
|
inline |
Definition at line 278 of file SkSVGTypes.h.
278{ return !(*this == other); }
◆ operator==()
bool SkSVGFuncIRI::operator== |
( |
const SkSVGFuncIRI & |
other | ) |
const |
|
inline |
Definition at line 275 of file SkSVGTypes.h.
275 {
276 return fType == other.fType && fIRI == other.fIRI;
277 }
◆ type()
Type SkSVGFuncIRI::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: