Flutter Engine
The Flutter Engine
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 26 of file SkPDFTypes.h.

Member Function Documentation

◆ operator bool()

SkPDFIndirectReference::operator bool ( ) const
inlineexplicit

Definition at line 28 of file SkPDFTypes.h.

28{ return fValue != -1; }

◆ operator!=()

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

Definition at line 34 of file SkPDFTypes.h.

34 {
35 return fValue != v.fValue;
36 }

◆ operator==()

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

Definition at line 30 of file SkPDFTypes.h.

30 {
31 return fValue == v.fValue;
32 }

Member Data Documentation

◆ fValue

int SkPDFIndirectReference::fValue = -1

Definition at line 27 of file SkPDFTypes.h.


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