Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SkPDFIndirectReference Struct Reference

#include <SkPDFTypes.h>

Public Member Functions

 operator bool () const
 
bool operator== (SkPDFIndirectReference v) const
 
bool operator!= (SkPDFIndirectReference v) const
 

Public Attributes

int fValue = -1
 

Detailed Description

Definition at line 36 of file SkPDFTypes.h.

Member Function Documentation

◆ operator bool()

SkPDFIndirectReference::operator bool ( ) const
inlineexplicit

Definition at line 38 of file SkPDFTypes.h.

38{ return fValue != -1; }

◆ operator!=()

bool SkPDFIndirectReference::operator!= ( SkPDFIndirectReference  v) const
inline

Definition at line 44 of file SkPDFTypes.h.

44 {
45 return fValue != v.fValue;
46 }

◆ operator==()

bool SkPDFIndirectReference::operator== ( SkPDFIndirectReference  v) const
inline

Definition at line 40 of file SkPDFTypes.h.

40 {
41 return fValue == v.fValue;
42 }

Member Data Documentation

◆ fValue

int SkPDFIndirectReference::fValue = -1

Definition at line 37 of file SkPDFTypes.h.


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