OpenClonk
C4StartupPlrSelDlg_CrewSortDataMatchType Class Reference

Public Member Functions

 C4StartupPlrSelDlg_CrewSortDataMatchType (C4ID idType)
 
bool operator() (C4StartupPlrSelDlg_CrewSortDataEntry Check)
 

Detailed Description

Definition at line 980 of file C4StartupPlrSelDlg.cpp.

Constructor & Destructor Documentation

◆ C4StartupPlrSelDlg_CrewSortDataMatchType()

C4StartupPlrSelDlg_CrewSortDataMatchType::C4StartupPlrSelDlg_CrewSortDataMatchType ( C4ID  idType)
inline

Definition at line 985 of file C4StartupPlrSelDlg.cpp.

985 : idType(idType) {}

Member Function Documentation

◆ operator()()

bool C4StartupPlrSelDlg_CrewSortDataMatchType::operator() ( C4StartupPlrSelDlg_CrewSortDataEntry  Check)
inline

Definition at line 986 of file C4StartupPlrSelDlg.cpp.

986 { return Check.idType == idType; }
C4ID idType

References C4StartupPlrSelDlg_CrewSortDataEntry::idType.


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