|
Class for accessing an image data directory. More...
Public Member Functions | |
| directory (uint32_t index) | |
| directory (const directory &)=delete | |
| Discards the copy constructor. | |
| uint32_t | get_index () const |
| const char * | get_data () const |
| void | set_data (const char *data, uint32_t size) |
| uint32_t | get_data_filesize () const |
| bool | load (std::istream &stream) |
| bool | load_data (std::istream &stream) |
| void | save (std::ostream &stream) const |
| void | save_data (std::ostream &stream) const |
| void | clean () |
Functions for accessing the underlying COFF file section structure | |
| COFFI_GET_SET_ACCESS (uint32_t, virtual_address) | |
| COFFI_GET_SET_ACCESS (uint32_t, size) | |
| COFFI_GET_SIZEOF () | |
Class for accessing an image data directory.
Definition at line 52 of file coffi_directory.hpp.