COFFI
1.2
               
coff_header_impl_tmpl< T > Class Template Reference

Template class for accessing a COFF file header, depends on the underlying COFF file header format. More...

+ Inheritance diagram for coff_header_impl_tmpl< T >:

Public Member Functions

bool load (std::istream &stream)
 
void save (std::ostream &stream)
 
Functions for accessing the underlying COFF file section structure
 COFFI_GET_SET_ACCESS (uint16_t, sections_count)
 
 COFFI_GET_SET_ACCESS (uint32_t, time_data_stamp)
 
 COFFI_GET_SET_ACCESS (uint32_t, symbol_table_offset)
 
 COFFI_GET_SET_ACCESS (uint32_t, symbols_count)
 
 COFFI_GET_SET_ACCESS (uint16_t, optional_header_size)
 
 COFFI_GET_SET_ACCESS (uint16_t, flags)
 
 COFFI_GET_SIZEOF ()
 
- Public Member Functions inherited from coff_header
 COFFI_GET_SET_ACCESS_DECL (uint16_t, version)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, machine)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, sections_count)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, time_data_stamp)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, symbol_table_offset)
 
 COFFI_GET_SET_ACCESS_DECL (uint32_t, symbols_count)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, optional_header_size)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, flags)
 
 COFFI_GET_SET_ACCESS_DECL (uint16_t, target_id)
 
 COFFI_GET_SIZEOF_DECL ()
 

Detailed Description

template<class T>
class COFFI::coff_header_impl_tmpl< T >

Template class for accessing a COFF file header, depends on the underlying COFF file header format.

The template parameter class T is one of:

Definition at line 244 of file coffi_headers.hpp.


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