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_DictionaryLocker Class Reference

#include <cpdf_dictionary.h>

+ Collaboration diagram for CPDF_DictionaryLocker:

Public Types

using const_iterator = CPDF_Dictionary::const_iterator
 

Public Member Functions

 FX_STACK_ALLOCATED ()
 
 CPDF_DictionaryLocker (const CPDF_Dictionary *pDictionary)
 
 CPDF_DictionaryLocker (RetainPtr< CPDF_Dictionary > pDictionary)
 
 CPDF_DictionaryLocker (RetainPtr< const CPDF_Dictionary > pDictionary)
 
 ~CPDF_DictionaryLocker ()
 
const_iterator begin () const
 
const_iterator end () const
 

Detailed Description

Definition at line 157 of file cpdf_dictionary.h.

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ CPDF_DictionaryLocker() [1/3]

CPDF_DictionaryLocker::CPDF_DictionaryLocker ( const CPDF_Dictionary * pDictionary)
explicit

Definition at line 372 of file cpdf_dictionary.cpp.

References CPDF_DictionaryLocker().

Referenced by CPDF_DictionaryLocker(), CPDF_Dictionary::CloneNonCyclic(), PDFObjectsTest::Equal(), FPDF_StructElement_Attr_GetName(), CPDF_Dictionary::GetKeys(), operator<<(), CPDF_AllStates::ProcessExtGS(), ValidateDictAllResourcesOfType(), and CPDF_Dictionary::WriteTo().

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

◆ CPDF_DictionaryLocker() [2/3]

CPDF_DictionaryLocker::CPDF_DictionaryLocker ( RetainPtr< CPDF_Dictionary > pDictionary)
explicit

Definition at line 377 of file cpdf_dictionary.cpp.

References CPDF_DictionaryLocker().

Referenced by CPDF_DictionaryLocker().

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

◆ CPDF_DictionaryLocker() [3/3]

CPDF_DictionaryLocker::CPDF_DictionaryLocker ( RetainPtr< const CPDF_Dictionary > pDictionary)
explicit

◆ ~CPDF_DictionaryLocker()

CPDF_DictionaryLocker::~CPDF_DictionaryLocker ( )

Definition at line 389 of file cpdf_dictionary.cpp.

Member Function Documentation

◆ begin()

const_iterator CPDF_DictionaryLocker::begin ( ) const
inline

Definition at line 167 of file cpdf_dictionary.h.

◆ end()

const_iterator CPDF_DictionaryLocker::end ( ) const
inline

Definition at line 171 of file cpdf_dictionary.h.

◆ FX_STACK_ALLOCATED()

CPDF_DictionaryLocker::FX_STACK_ALLOCATED ( )

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