|
| std::vector< uint8_t > | stack |
| |
Definition at line 681 of file newgrf_text.cpp.
◆ TextRefStack()
| TextRefStack::TextRefStack |
( |
const GRFFile * |
grffile, |
|
|
std::span< const int32_t > |
textstack |
|
) |
| |
|
inline |
◆ PopSignedByte()
| int8_t TextRefStack::PopSignedByte |
( |
| ) |
|
|
inline |
◆ PopSignedDWord()
| int32_t TextRefStack::PopSignedDWord |
( |
| ) |
|
|
inline |
◆ PopSignedQWord()
| int64_t TextRefStack::PopSignedQWord |
( |
| ) |
|
|
inline |
◆ PopSignedWord()
| int16_t TextRefStack::PopSignedWord |
( |
| ) |
|
|
inline |
◆ PopUnsignedByte()
| uint8_t TextRefStack::PopUnsignedByte |
( |
| ) |
|
|
inline |
◆ PopUnsignedDWord()
| uint32_t TextRefStack::PopUnsignedDWord |
( |
| ) |
|
|
inline |
◆ PopUnsignedQWord()
| uint64_t TextRefStack::PopUnsignedQWord |
( |
| ) |
|
|
inline |
◆ PopUnsignedWord()
| uint16_t TextRefStack::PopUnsignedWord |
( |
| ) |
|
|
inline |
◆ PushByte()
| void TextRefStack::PushByte |
( |
uint8_t |
b | ) |
|
|
inline |
◆ PushDWord()
| void TextRefStack::PushDWord |
( |
uint32_t |
dw | ) |
|
|
inline |
◆ PushWord()
| void TextRefStack::PushWord |
( |
uint16_t |
w | ) |
|
|
inline |
◆ RotateTop4Words()
| void TextRefStack::RotateTop4Words |
( |
| ) |
|
|
inline |
◆ grffile
| const GRFFile* TextRefStack::grffile = nullptr |
◆ stack
| std::vector<uint8_t> TextRefStack::stack |
|
private |
The documentation for this struct was generated from the following file: