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_CrossRefTable::ObjectInfo Struct Reference

#include <cpdf_cross_ref_table.h>

Collaboration diagram for CPDF_CrossRefTable::ObjectInfo:

Public Attributes

ObjectType type = ObjectType::kFree
bool is_object_stream_flag = false
uint16_t gennum = 0
union { 
   FX_FILESIZE   pos = 0 
   struct { 
      uint32_t   obj_num 
      uint32_t   obj_index 
   }   archive
}; 

Detailed Description

Definition at line 27 of file cpdf_cross_ref_table.h.

Member Data Documentation

◆ [union]

◆ [struct]

struct { ... } CPDF_CrossRefTable::ObjectInfo::archive

◆ gennum

uint16_t CPDF_CrossRefTable::ObjectInfo::gennum = 0

Definition at line 30 of file cpdf_cross_ref_table.h.

Referenced by operator<<(), and operator==().

◆ is_object_stream_flag

bool CPDF_CrossRefTable::ObjectInfo::is_object_stream_flag = false

Definition at line 29 of file cpdf_cross_ref_table.h.

Referenced by operator<<().

◆ obj_index

uint32_t CPDF_CrossRefTable::ObjectInfo::obj_index

Definition at line 38 of file cpdf_cross_ref_table.h.

Referenced by operator<<(), and operator==().

◆ obj_num

uint32_t CPDF_CrossRefTable::ObjectInfo::obj_num

Definition at line 37 of file cpdf_cross_ref_table.h.

Referenced by operator<<(), and operator==().

◆ pos

FX_FILESIZE CPDF_CrossRefTable::ObjectInfo::pos = 0

◆ type

ObjectType CPDF_CrossRefTable::ObjectInfo::type = ObjectType::kFree

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