COFFI
1.2
               
sections_provider Class Referenceabstract

Interface that gives the headers and sections. More...

+ Inheritance diagram for sections_provider:

Public Member Functions

virtual const dos_headerget_msdos_header () const =0
 Returns the MS-DOS header.
 
virtual const coff_headerget_header () const =0
 Returns the COFF file header.
 
virtual const optional_headerget_optional_header () const =0
 Returns the COFF optional header.
 
virtual const win_headerget_win_header () const =0
 Returns the Windows NT header.
 
virtual const sectionsget_sections () const =0
 Returns the sections.
 
- Public Member Functions inherited from architecture_provider
virtual coffi_architecture_t get_architecture () const =0
 Returns the coffi object architecture. More...
 
virtual int get_addressable_unit () const =0
 Returns the character type size in bytes. More...
 

Detailed Description

Interface that gives the headers and sections.

This interface is implemented by the coffi class.

Definition at line 1088 of file coffi_types.hpp.


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