RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Linker::Word< Int > Struct Template Reference

Generic template to be used as table entries. More...

#include <table_section.h>

Static Public Member Functions

static void ReadFile (std::istream &in, Word &word, ::EndianType endian_type)
 
static void ReadFile (Reader &rd, Word &word, ::EndianType endian_type=::UndefinedEndian)
 
static void WriteFile (std::ostream &out, const Word &word, ::EndianType endian_type, offset_t bytes=EntrySize, offset_t offset=0)
 
static void WriteFile (Writer &wr, const Word &word, ::EndianType endian_type=::UndefinedEndian, offset_t bytes=EntrySize, offset_t offset=0)
 

Public Attributes

Int value
 The value to be stored.
 

Static Public Attributes

static constexpr offset_t EntrySize = sizeof(Int)
 

Detailed Description

template<typename Int>
struct Linker::Word< Int >

Generic template to be used as table entries.


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