COFFI
1.2
               
coffi_headers.hpp File Reference

COFFI library classes for the COFF file headers. More...

+ Include dependency graph for coffi_headers.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  dos_header
 Class for accessing the MS-DOS file header. More...
 
class  coff_header
 Interface class for accessing the COFF file header, for all the COFF architectures. More...
 
class  coff_header_impl_tmpl< T >
 Template class for accessing a COFF file header, depends on the underlying COFF file header format. More...
 
class  coff_header_impl
 Class for accessing a COFF file header, for the PE format. More...
 
class  coff_header_impl_ti
 Class for accessing a COFF file header, for the Texas Instruments format. More...
 
class  optional_header
 Interface class for accessing the COFF file optional header, for all the COFF architectures. More...
 
class  optional_header_impl_tmpl< T >
 Template class for accessing a COFF file optional header, depends on the underlying COFF file optional header format. More...
 
class  optional_header_impl_pe
 Class for accessing a COFF file optional header, for the PE32 format. More...
 
class  optional_header_impl_pe_plus
 Class for accessing a COFF file optional header, for the PE32+ format. More...
 
class  optional_header_impl_ti
 Class for accessing a COFF file optional header, for the Texas Instruments format. More...
 
class  win_header
 Interface class for accessing the Windows NT file header, for both the PE32 and PE32+ formats. More...
 
class  win_header_impl< T >
 Template class for accessing a Windows NT file header, depends on the format (PE32 or PE32+). More...
 

Namespaces

 COFFI
 COFFI library namespace.
 

Macros

#define narrow_cast   static_cast
 

Detailed Description

COFFI library classes for the COFF file headers.

Do not include this file directly. This file is included by coffi.hpp.

Definition in file coffi_headers.hpp.