OpenTTD Source 20250312-master-gcdcc6b491d
TextRefStack Struct Reference

Public Member Functions

 TextRefStack (const GRFFile *grffile, uint8_t num_entries)
 
uint8_t PopUnsignedByte ()
 
int8_t PopSignedByte ()
 
uint16_t PopUnsignedWord ()
 
int16_t PopSignedWord ()
 
uint32_t PopUnsignedDWord ()
 
int32_t PopSignedDWord ()
 
uint64_t PopUnsignedQWord ()
 
int64_t PopSignedQWord ()
 
void RotateTop4Words ()
 Rotate the top four words down: W1, W2, W3, W4 -> W4, W1, W2, W3.
 
void PushWord (uint16_t word)
 

Data Fields

std::array< uint8_t, 0x30 > stack {}
 
uint8_t position = 0
 
const GRFFilegrffile = nullptr
 

Detailed Description

Definition at line 688 of file newgrf_text.cpp.

Constructor & Destructor Documentation

◆ TextRefStack()

TextRefStack::TextRefStack ( const GRFFile grffile,
uint8_t  num_entries 
)
inline

Definition at line 693 of file newgrf_text.cpp.

Member Function Documentation

◆ PopSignedByte()

int8_t TextRefStack::PopSignedByte ( )
inline

Definition at line 709 of file newgrf_text.cpp.

◆ PopSignedDWord()

int32_t TextRefStack::PopSignedDWord ( )
inline

Definition at line 723 of file newgrf_text.cpp.

◆ PopSignedQWord()

int64_t TextRefStack::PopSignedQWord ( )
inline

Definition at line 730 of file newgrf_text.cpp.

◆ PopSignedWord()

int16_t TextRefStack::PopSignedWord ( )
inline

Definition at line 716 of file newgrf_text.cpp.

◆ PopUnsignedByte()

uint8_t TextRefStack::PopUnsignedByte ( )
inline

Definition at line 708 of file newgrf_text.cpp.

◆ PopUnsignedDWord()

uint32_t TextRefStack::PopUnsignedDWord ( )
inline

Definition at line 718 of file newgrf_text.cpp.

◆ PopUnsignedQWord()

uint64_t TextRefStack::PopUnsignedQWord ( )
inline

Definition at line 725 of file newgrf_text.cpp.

◆ PopUnsignedWord()

uint16_t TextRefStack::PopUnsignedWord ( )
inline

Definition at line 711 of file newgrf_text.cpp.

◆ PushWord()

void TextRefStack::PushWord ( uint16_t  word)
inline

Definition at line 741 of file newgrf_text.cpp.

◆ RotateTop4Words()

void TextRefStack::RotateTop4Words ( )
inline

Rotate the top four words down: W1, W2, W3, W4 -> W4, W1, W2, W3.

Definition at line 733 of file newgrf_text.cpp.

Referenced by RemapNewGRFStringControlCode().

Field Documentation

◆ grffile

const GRFFile* TextRefStack::grffile = nullptr

Definition at line 691 of file newgrf_text.cpp.

◆ position

uint8_t TextRefStack::position = 0

Definition at line 690 of file newgrf_text.cpp.

◆ stack

std::array<uint8_t, 0x30> TextRefStack::stack {}

Definition at line 689 of file newgrf_text.cpp.


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