libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Art::Paperback::Carousel::cross_Reference::Used_entry Struct Reference

Represents a used entry in the cross-reference table. More...

Public Attributes

optional< int64_t > offset {}
 The offset in the COS-file of this entry.
 

Detailed Description

Represents a used entry in the cross-reference table.

The offset of the object is set during write, and only entries with a set offset will be written to the COS-file cross-reference section.

Member Data Documentation

◆ offset

optional<int64_t> Art::Paperback::Carousel::cross_Reference::Used_entry::offset {}

The offset in the COS-file of this entry.