OpenTTD Source 20260206-master-g4d4e37dbf1
TimerGame< T >::TPeriod Struct Reference

Public Member Functions

 TPeriod (Trigger trigger, Priority priority)
bool operator< (const TPeriod &other) const
bool operator== (const TPeriod &other) const

Data Fields

Trigger trigger
Priority priority

Detailed Description

template<class T>
struct TimerGame< T >::TPeriod

Definition at line 123 of file timer_game_common.h.

Constructor & Destructor Documentation

◆ TPeriod()

template<class T>
TimerGame< T >::TPeriod::TPeriod ( Trigger trigger,
Priority priority )
inline

Definition at line 127 of file timer_game_common.h.

Member Function Documentation

◆ operator<()

template<class T>
bool TimerGame< T >::TPeriod::operator< ( const TPeriod & other) const
inline

Definition at line 130 of file timer_game_common.h.

◆ operator==()

template<class T>
bool TimerGame< T >::TPeriod::operator== ( const TPeriod & other) const
inline

Definition at line 136 of file timer_game_common.h.

Field Documentation

◆ priority

template<class T>
Priority TimerGame< T >::TPeriod::priority

Definition at line 125 of file timer_game_common.h.

◆ trigger

template<class T>
Trigger TimerGame< T >::TPeriod::trigger

Definition at line 124 of file timer_game_common.h.


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