OpenTTD Source 20241224-master-gee860a5c8e
|
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 |
Public Member Functions inherited from BaseProvider< T > | |
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 |
Protected Attributes inherited from BaseProvider< T > | |
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.