OpenTTD Source 20250604-master-g31fbb17c5b
Window::AllWindows< Tfront > Struct Template Reference

Iterable ensemble of all valid Windows. More...

#include <window_gui.h>

Public Member Functions

WindowIterator< Tfront > begin ()
 
WindowIterator< Tfront > end ()
 

Detailed Description

template<bool Tfront>
struct Window::AllWindows< Tfront >

Iterable ensemble of all valid Windows.

Template Parameters
TfrontWhether we iterate from front

Definition at line 918 of file window_gui.h.

Constructor & Destructor Documentation

◆ AllWindows()

template<bool Tfront>
Window::AllWindows< Tfront >::AllWindows ( )
inline

Definition at line 919 of file window_gui.h.

Member Function Documentation

◆ begin()

template<bool Tfront>
WindowIterator< Tfront > Window::AllWindows< Tfront >::begin ( )
inline

Definition at line 920 of file window_gui.h.

◆ end()

template<bool Tfront>
WindowIterator< Tfront > Window::AllWindows< Tfront >::end ( )
inline

Definition at line 930 of file window_gui.h.


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