OpenTTD Source 20260208-master-g43af8e94d0
endian_buffer.hpp File Reference

Endian-aware buffer. More...

#include <string_view>
#include "../core/bitmath_func.hpp"
#include "../strings_type.h"

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.