OpenTTD Source 20241224-master-gf74b0cf984
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 120 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 124 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 127 of file timer_game_common.h.

◆ operator==()

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

Definition at line 133 of file timer_game_common.h.

Field Documentation

◆ priority

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

Definition at line 122 of file timer_game_common.h.

◆ trigger

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

Definition at line 121 of file timer_game_common.h.


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