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

#include <cpdf_object_stream.h>

+ Collaboration diagram for CPDF_ObjectStream::ObjectInfo:

Public Member Functions

 ObjectInfo (uint32_t obj_num, uint32_t obj_offset)
 
bool operator== (const ObjectInfo &that) const
 

Public Attributes

uint32_t obj_num
 
uint32_t obj_offset
 

Detailed Description

Definition at line 23 of file cpdf_object_stream.h.

Constructor & Destructor Documentation

◆ ObjectInfo()

CPDF_ObjectStream::ObjectInfo::ObjectInfo ( uint32_t obj_num,
uint32_t obj_offset )
inline

Definition at line 24 of file cpdf_object_stream.h.

References obj_num, and obj_offset.

Referenced by TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

bool CPDF_ObjectStream::ObjectInfo::operator== ( const ObjectInfo & that) const
inline

Definition at line 27 of file cpdf_object_stream.h.

References obj_num, and obj_offset.

Member Data Documentation

◆ obj_num

uint32_t CPDF_ObjectStream::ObjectInfo::obj_num

Definition at line 31 of file cpdf_object_stream.h.

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

◆ obj_offset

uint32_t CPDF_ObjectStream::ObjectInfo::obj_offset

Definition at line 32 of file cpdf_object_stream.h.

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


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