Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPDF_SimpleParser Class Reference

#include <cpdf_simple_parser.h>

+ Collaboration diagram for CPDF_SimpleParser:

Public Member Functions

 CPDF_SimpleParser (pdfium::span< const uint8_t > input)
 
 ~CPDF_SimpleParser ()
 
ByteStringView GetWord ()
 
void SetCurPos (uint32_t pos)
 
uint32_t GetCurPos () const
 

Detailed Description

Definition at line 15 of file cpdf_simple_parser.h.

Constructor & Destructor Documentation

◆ CPDF_SimpleParser()

CPDF_SimpleParser::CPDF_SimpleParser ( pdfium::span< const uint8_t > input)
explicit

Definition at line 11 of file cpdf_simple_parser.cpp.

References CPDF_SimpleParser().

Referenced by CPDF_SimpleParser().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CPDF_SimpleParser()

CPDF_SimpleParser::~CPDF_SimpleParser ( )
default

Member Function Documentation

◆ GetCurPos()

uint32_t CPDF_SimpleParser::GetCurPos ( ) const
inline

Definition at line 23 of file cpdf_simple_parser.h.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ GetWord()

ByteStringView CPDF_SimpleParser::GetWord ( )

Definition at line 16 of file cpdf_simple_parser.cpp.

References PDFCharIsDelimiter(), PDFCharIsLineEnding(), PDFCharIsNumeric(), PDFCharIsOther(), and PDFCharIsWhitespace().

Referenced by CPDF_DefaultAppearance::GetColor(), and CPDF_DefaultAppearance::GetFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetCurPos()

void CPDF_SimpleParser::SetCurPos ( uint32_t pos)
inline

Definition at line 22 of file cpdf_simple_parser.h.


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