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

Classes

struct  Point
 

Public Member Functions

offset_t GetLength () override
 
void WriteFile (Linker::Writer &wr) override
 Stores data in memory to file.
 
void ProcessModule (Linker::Module &module) override
 
- Public Member Functions inherited from Apple::AppleSingleDouble::Entry
void ReadFile (Linker::Reader &rd) override
 Loads file into memory.
 
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.
 
virtual void Dump (Dumper::Dumper &dump)
 Display file contents in a nice manner.
 

Public Attributes

char Type [4] = { '?', '?', '?', '?' }
 
char Creator [4] = { '?', '?', '?', '?' }
 
uint16_t Flags = 0
 
Point Location = { 0, 0 }
 
- Public Attributes inherited from Apple::AppleSingleDouble::Entry
const uint32_t id
 
- Public Attributes inherited from Linker::Format
offset_t file_offset
 

Additional Inherited Members

- Protected Member Functions inherited from Apple::AppleSingleDouble::Entry
 Entry (uint32_t id)
 

Member Function Documentation

◆ GetLength()

offset_t FinderInfo::GetLength ( )
overridevirtual

Reimplemented from Apple::AppleSingleDouble::Entry.

◆ ProcessModule()

void FinderInfo::ProcessModule ( Linker::Module & module)
overridevirtual

Reimplemented from Apple::AppleSingleDouble::Entry.

◆ WriteFile()

void FinderInfo::WriteFile ( Linker::Writer & out)
overridevirtual

Stores data in memory to file.

Reimplemented from Apple::AppleSingleDouble::Entry.


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