OpenTTD Source 20241224-master-gee860a5c8e
|
Data Structures | |
struct | ProviderSorter |
Sorter for BaseProvider. More... | |
Public Member Functions | |
constexpr | BaseProvider (std::string_view name, std::string_view description) |
std::string_view | GetName () const |
std::string_view | GetDescription () const |
Protected Attributes | |
const std::string_view | name |
const std::string_view | description |
Definition at line 54 of file provider_manager.h.
|
inlineconstexpr |
Definition at line 56 of file provider_manager.h.
|
inlinevirtual |
Definition at line 57 of file provider_manager.h.
|
inline |
Definition at line 60 of file provider_manager.h.
|
inline |
Definition at line 59 of file provider_manager.h.
|
protected |
Definition at line 78 of file provider_manager.h.
|
protected |
Definition at line 77 of file provider_manager.h.