OpenTTD Source  20240917-master-g9ab0a47812
endian_buffer.hpp File Reference
#include <string_view>
#include "../core/bitmath_func.hpp"
#include "../core/overflowsafe_type.hpp"

Go to the source code of this file.

Data Structures

class  EndianBufferWriter< Tcont, Titer >
 Endian-aware buffer adapter that always writes values in little endian order. More...
 
class  EndianBufferReader
 Endian-aware buffer adapter that always reads values in little endian order. More...
 

Detailed Description

Endian-aware buffer.

Definition in file endian_buffer.hpp.