RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Apple::RealName Class Reference
Inheritance diagram for Apple::RealName:
Apple::AppleSingleDouble::Entry Linker::Format Linker::Contents

Public Member Functions

 RealName (std::string name="")
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 &wr) const override
 Stores data in memory to file.
void Dump (Dumper::Dumper &dump) const override
 Display file contents in a nice manner.
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 Apple::AppleSingleDouble::Entry
void DumpEntry (Dumper::Dumper &dump, unsigned index) const
virtual void ProcessModule (Linker::Module &module)
virtual void CalculateValues ()
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.
Public Member Functions inherited from Linker::Contents
virtual std::shared_ptr< const ImageAsImage () const
 Retrieves a randomly accessible image.
std::shared_ptr< ImageAsImage ()
 Retrieves a randomly accessible image.

Public Attributes

std::string name
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< Entry > ReadEntry (Linker::Reader &rd, hfs_type home_file_system)
Protected Member Functions inherited from Apple::AppleSingleDouble::Entry
 Entry (uint32_t id)

Member Function Documentation

◆ Dump()

void RealName::Dump ( Dumper::Dumper & dump) const
overridevirtual

Display file contents in a nice manner.

Implements Apple::AppleSingleDouble::Entry.

◆ ImageSize()

offset_t RealName::ImageSize ( ) const
overridevirtual

Retrieves size of stored data.

Implements Apple::AppleSingleDouble::Entry.

◆ ReadFile()

void RealName::ReadFile ( Linker::Reader & rd)
overridevirtual

Loads file into memory.

Implements Apple::AppleSingleDouble::Entry.

◆ WriteFile() [1/2]

offset_t RealName::WriteFile ( Linker::Writer & wr) const
overridevirtual

Stores data in memory to file.

Implements Apple::AppleSingleDouble::Entry.

◆ WriteFile() [2/2]

offset_t Format::WriteFile ( Writer & wr,
offset_t count,
offset_t offset = 0 ) const
overridevirtual

Writes data of non-zero filled sections.

Reimplemented from Apple::AppleSingleDouble::Entry.


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