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

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

Public Attributes

Index next {}
 The next free index in the cross-reference table.
 
Generation next_generation {}
 The generation of the next entry.
 

Detailed Description

Represents a free entry in the cross-reference table.

In contrast with used entries, free entries are always written to the cross-reference section of the COS-file.

Member Data Documentation

◆ next

Index Art::Paperback::Carousel::cross_Reference::Free_entry::next {}

The next free index in the cross-reference table.

◆ next_generation

Generation Art::Paperback::Carousel::cross_Reference::Free_entry::next_generation {}

The generation of the next entry.