RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Apple::AppleSingleDouble::UnknownEntry Class Reference
Inheritance diagram for Apple::AppleSingleDouble::UnknownEntry:
Apple::AppleSingleDouble::Entry Linker::Format Linker::Image

Public Member Functions

 UnknownEntry (uint32_t id)
 
offset_t ImageSize () const override
 Retrieves size of stored data.
 
void ReadFile (Linker::Reader &rd) override
 Loads file into memory.
 
offset_t WriteFile (Linker::Writer &out) const override
 Stores data in memory to file.
 
void Dump (Dumper::Dumper &dump) const override
 Display file contents in a nice manner.
 
void CalculateValues () override
 
- Public Member Functions inherited from Apple::AppleSingleDouble::Entry
void DumpEntry (Dumper::Dumper &dump, unsigned index) const
 
virtual void ProcessModule (Linker::Module &module)
 
- Public Member Functions inherited from Linker::Format
 Format (offset_t file_offset=0)
 
virtual void Clear ()
 Resets all fields to their default values, deallocate memory.
 
offset_t WriteFile (Writer &wr, offset_t count, offset_t offset=0) const override
 Writes data of non-zero filled sections.
 
- Public Member Functions inherited from Linker::Image
virtual std::shared_ptr< const ActualImageAsImage () const
 Retrieves a randomly accessible image.
 
std::shared_ptr< ActualImageAsImage ()
 Retrieves a randomly accessible image.
 

Public Attributes

std::shared_ptr< Linker::Imageimage
 
- Public Attributes inherited from Apple::AppleSingleDouble::Entry
const uint32_t id
 
offset_t file_offset = 0
 
offset_t image_size = 0
 
- Public Attributes inherited from Linker::Format
offset_t file_offset
 

Additional Inherited Members

- Static Public Member Functions inherited from Apple::AppleSingleDouble::Entry
static std::shared_ptr< EntryReadEntry (Linker::Reader &rd, hfs_type home_file_system)
 
- Protected Member Functions inherited from Apple::AppleSingleDouble::Entry
 Entry (uint32_t id)
 

Member Function Documentation

◆ CalculateValues()

void AppleSingleDouble::UnknownEntry::CalculateValues ( )
overridevirtual

Reimplemented from Apple::AppleSingleDouble::Entry.

◆ Dump()

void AppleSingleDouble::UnknownEntry::Dump ( Dumper::Dumper & dump) const
overridevirtual

Display file contents in a nice manner.

Implements Apple::AppleSingleDouble::Entry.

◆ ImageSize()

offset_t AppleSingleDouble::UnknownEntry::ImageSize ( ) const
overridevirtual

Retrieves size of stored data.

Implements Apple::AppleSingleDouble::Entry.

◆ ReadFile()

void AppleSingleDouble::UnknownEntry::ReadFile ( Linker::Reader & rd)
overridevirtual

Loads file into memory.

Implements Apple::AppleSingleDouble::Entry.

◆ WriteFile()

offset_t AppleSingleDouble::UnknownEntry::WriteFile ( Linker::Writer & wr) const
overridevirtual

Stores data in memory to file.

Implements Apple::AppleSingleDouble::Entry.


The documentation for this class was generated from the following files: