LibreOffice Module sdext (master) 1
Public Member Functions | Public Attributes | List of all members
pdfparse::PDFBool Struct Referencefinal

#include <pdfparse.hxx>

Inheritance diagram for pdfparse::PDFBool:
[legend]
Collaboration diagram for pdfparse::PDFBool:
[legend]

Public Member Functions

 PDFBool (bool bVal)
 
virtual ~PDFBool () override
 
virtual bool emit (EmitContext &rWriteContext) const override
 
virtual PDFEntryclone () const override
 
- Public Member Functions inherited from pdfparse::PDFValue
 PDFValue ()
 
virtual ~PDFValue () override
 
- Public Member Functions inherited from pdfparse::PDFEntry
 PDFEntry ()
 
virtual ~PDFEntry ()
 
virtual bool emit (EmitContext &rWriteContext) const =0
 
virtual PDFEntryclone () const =0
 

Public Attributes

bool m_bValue
 

Additional Inherited Members

- Static Protected Member Functions inherited from pdfparse::PDFEntry
static EmitImplDatagetEmitData (EmitContext const &rContext)
 
static void setEmitData (EmitContext &rContext, EmitImplData *pNewEmitData)
 

Detailed Description

Definition at line 127 of file pdfparse.hxx.

Constructor & Destructor Documentation

◆ PDFBool()

pdfparse::PDFBool::PDFBool ( bool  bVal)
inlineexplicit

Definition at line 131 of file pdfparse.hxx.

Referenced by clone().

◆ ~PDFBool()

PDFBool::~PDFBool ( )
overridevirtual

Definition at line 395 of file pdfentries.cxx.

Member Function Documentation

◆ clone()

PDFEntry * PDFBool::clone ( ) const
overridevirtual

Implements pdfparse::PDFEntry.

Definition at line 404 of file pdfentries.cxx.

References m_bValue, and PDFBool().

◆ emit()

bool PDFBool::emit ( EmitContext rWriteContext) const
overridevirtual

Implements pdfparse::PDFEntry.

Definition at line 399 of file pdfentries.cxx.

References m_bValue, and pdfparse::EmitContext::write().

Member Data Documentation

◆ m_bValue

bool pdfparse::PDFBool::m_bValue

Definition at line 129 of file pdfparse.hxx.

Referenced by clone(), and emit().


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