OpenTTD Source 20241224-master-gee860a5c8e
Window::AllWindows< Tfront > Struct Template Reference

Iterable ensemble of all valid Windows. More...

#include <window_gui.h>

Public Member Functions

WindowIterator< Tfrontbegin ()
 
WindowIterator< Tfrontend ()
 

Detailed Description

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

Iterable ensemble of all valid Windows.

Template Parameters
TfrontWether we iterate from front

Definition at line 913 of file window_gui.h.

Constructor & Destructor Documentation

◆ AllWindows()

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

Definition at line 914 of file window_gui.h.

Member Function Documentation

◆ begin()

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

Definition at line 915 of file window_gui.h.

◆ end()

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

Definition at line 925 of file window_gui.h.


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