|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a single entry in the resource directory. More...
#include <peexe.h>
Public Member Functions | |
| bool | IsSubdirectory () const |
Public Attributes | |
| Key | identifier |
| The value that identifiers the resource at the current level. | |
| std::variant< std::shared_ptr< Resource >, std::shared_ptr< ResourceDirectory > > | content |
| The contents at this level, either the resource itself, or another level of resource directory. | |
| uint32_t | content_offset = 0 |
| The offset of the contents within the section. | |
Represents a single entry in the resource directory.