OpenTTD
Public Member Functions | Data Fields
UnmappedChoiceList Struct Reference

Helper structure for mapping choice lists. More...

Inheritance diagram for UnmappedChoiceList:
ZeroedMemoryAllocator

Public Member Functions

 ~UnmappedChoiceList ()
 Clean everything up.
 UnmappedChoiceList (StringControlCode type, char *old_d, int offset)
 Initialise the mapping.
char * Flush (const LanguageMap *lm)
 Flush this choice list into the old d variable.
- Public Member Functions inherited from ZeroedMemoryAllocator
void * operator new (size_t size)
 Memory allocator for a single class instance.
void * operator new[] (size_t size)
 Memory allocator for an array of class instances.
void operator delete (void *ptr)
 Memory release for a single class instance.
void operator delete[] (void *ptr)
 Memory release for an array of class instances.

Data Fields

StringControlCode type
 The type of choice list.
char * old_d
 The old/original location of the "d" local variable.
int offset
 The offset for the plural/gender form.
SmallMap< byte, char * > strings
 Mapping of NewGRF supplied ID to the different strings in the choice list.

Detailed Description

Helper structure for mapping choice lists.

Definition at line 196 of file newgrf_text.cpp.

Constructor & Destructor Documentation

UnmappedChoiceList::~UnmappedChoiceList ( )
inline

Clean everything up.

Definition at line 198 of file newgrf_text.cpp.

References SmallVector< T, S >::Begin(), SmallVector< T, S >::End(), free(), and strings.

UnmappedChoiceList::UnmappedChoiceList ( StringControlCode  type,
char *  old_d,
int  offset 
)
inline

Initialise the mapping.

Parameters
typeThe type of mapping.
old_dThe old begin of the string, i.e. from where to start writing again.
offsetThe offset to get the plural/gender from.

Definition at line 211 of file newgrf_text.cpp.

Member Function Documentation

char* UnmappedChoiceList::Flush ( const LanguageMap lm)
inline

Flush this choice list into the old d variable.

Parameters
lmThe current language mapping.
Returns
The new location of the output string.

Definition at line 228 of file newgrf_text.cpp.

References _current_language, SmallMap< T, U, S >::Contains(), GB(), LanguageMap::GetReverseMapping(), grfmsg(), LanguagePackHeader::num_cases, LanguagePackHeader::num_genders, offset, old_d, LanguageMap::plural_form, stredup(), strings, type, and Utf8Encode().

Referenced by TranslateTTDPatchCodes().

Field Documentation

SmallMap<byte, char *> UnmappedChoiceList::strings

Mapping of NewGRF supplied ID to the different strings in the choice list.

Definition at line 221 of file newgrf_text.cpp.

Referenced by Flush(), TranslateTTDPatchCodes(), and ~UnmappedChoiceList().


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