OpenTTD Source 20250428-master-ga5578166bb
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 678 of file newgrf_text.cpp.

Constructor & Destructor Documentation

◆ TextRefStack()

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

Definition at line 683 of file newgrf_text.cpp.

Member Function Documentation

◆ PopSignedByte()

int8_t TextRefStack::PopSignedByte ( )
inline

Definition at line 699 of file newgrf_text.cpp.

◆ PopSignedDWord()

int32_t TextRefStack::PopSignedDWord ( )
inline

Definition at line 713 of file newgrf_text.cpp.

◆ PopSignedQWord()

int64_t TextRefStack::PopSignedQWord ( )
inline

Definition at line 720 of file newgrf_text.cpp.

◆ PopSignedWord()

int16_t TextRefStack::PopSignedWord ( )
inline

Definition at line 706 of file newgrf_text.cpp.

◆ PopUnsignedByte()

uint8_t TextRefStack::PopUnsignedByte ( )
inline

Definition at line 698 of file newgrf_text.cpp.

◆ PopUnsignedDWord()

uint32_t TextRefStack::PopUnsignedDWord ( )
inline

Definition at line 708 of file newgrf_text.cpp.

◆ PopUnsignedQWord()

uint64_t TextRefStack::PopUnsignedQWord ( )
inline

Definition at line 715 of file newgrf_text.cpp.

◆ PopUnsignedWord()

uint16_t TextRefStack::PopUnsignedWord ( )
inline

Definition at line 701 of file newgrf_text.cpp.

◆ PushWord()

void TextRefStack::PushWord ( uint16_t  word)
inline

Definition at line 731 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 723 of file newgrf_text.cpp.

Referenced by ProcessNewGRFStringControlCode().

Field Documentation

◆ grffile

const GRFFile* TextRefStack::grffile = nullptr

Definition at line 681 of file newgrf_text.cpp.

◆ position

uint8_t TextRefStack::position = 0

Definition at line 680 of file newgrf_text.cpp.

◆ stack

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

Definition at line 679 of file newgrf_text.cpp.


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