OpenTTD Source 20241224-master-gf74b0cf984
FiosItem Struct Reference

Deals with finding savegames. More...

#include <fios.h>

Public Member Functions

bool operator< (const FiosItem &other) const
 Compare two FiosItem's.
 

Data Fields

FiosType type
 
int64_t mtime
 
std::string title
 
std::string name
 

Detailed Description

Deals with finding savegames.

Definition at line 79 of file fios.h.

Member Function Documentation

◆ operator<()

bool FiosItem::operator< ( const FiosItem other) const

Compare two FiosItem's.

Used with sort when sorting the file list.

Parameters
otherThe FiosItem to compare to.
Returns
for ascending order: returns true if da < db. Vice versa for descending order.

Definition at line 47 of file fios.cpp.

References StrNaturalCompare().

Field Documentation

◆ mtime

int64_t FiosItem::mtime

Definition at line 81 of file fios.h.

◆ name

std::string FiosItem::name

Definition at line 83 of file fios.h.

◆ title

std::string FiosItem::title

Definition at line 82 of file fios.h.

◆ type

FiosType FiosItem::type

Definition at line 80 of file fios.h.


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