OpenTTD Source 20250205-master-gfd85ab1e2c
|
Data Structures | |
struct | ProviderSorter |
Sorter for PriorityBaseProvider. More... | |
Public Member Functions | |
constexpr | PriorityBaseProvider (std::string_view name, std::string_view description, int priority) |
int | GetPriority () const |
![]() | |
constexpr | BaseProvider (std::string_view name, std::string_view description) |
std::string_view | GetName () const |
std::string_view | GetDescription () const |
Protected Attributes | |
const int | priority |
![]() | |
const std::string_view | name |
const std::string_view | description |
Definition at line 82 of file provider_manager.h.
|
inlineconstexpr |
Definition at line 84 of file provider_manager.h.
|
inlinevirtual |
Definition at line 85 of file provider_manager.h.
|
inline |
Definition at line 87 of file provider_manager.h.
|
protected |
Definition at line 104 of file provider_manager.h.