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
object_tree_traversal_util.h File Reference

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#include <stdint.h>
#include <set>
+ Include dependency graph for object_tree_traversal_util.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::set< uint32_t > GetObjectsWithReferences (const CPDF_Document *document)
 
std::set< uint32_t > GetObjectsWithMultipleReferences (const CPDF_Document *document)
 

Function Documentation

◆ GetObjectsWithMultipleReferences()

std::set< uint32_t > GetObjectsWithMultipleReferences ( const CPDF_Document * document)

Definition at line 210 of file object_tree_traversal_util.cpp.

◆ GetObjectsWithReferences()

std::set< uint32_t > GetObjectsWithReferences ( const CPDF_Document * document)

Definition at line 199 of file object_tree_traversal_util.cpp.