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::FileDatesInfo Class Reference
Inheritance diagram for Apple::FileDatesInfo:
Apple::AppleSingleDouble::Entry Linker::Format

Public Member Functions

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

Public Attributes

uint32_t CreationDate
 
uint32_t ModificationDate
 
uint32_t BackupDate
 
uint32_t AccessDate
 
- 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 FileDatesInfo::GetLength ( )
overridevirtual

Reimplemented from Apple::AppleSingleDouble::Entry.

◆ WriteFile()

void FileDatesInfo::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: