13 namespace swift::misc::simulation
auto findFirstByOrDefault(Predicate p, const Value &def) const
Return a copy of the first element for which a given predicate returns true, or a default value if th...
auto transform(F function) const
Return a new container generated by applying some transformation function to all elements of this one...
iterator begin()
Returns iterator at the beginning of the sequence.
iterator end()
Returns iterator one past the end of the sequence.
QString toQString(bool i18n=false) const
Cast as QString.
Simple hardcoded info about the corresponding simulator.
Describing a simulator plugin.
const QString & getSimulator() const
Simulator.
const QString & getIdentifier() const
Identifier.
const CSimulatorInfo & getSimulatorInfo() const
Simulator info object.
QStringList toStringList(bool i18n=false) const
String list with meaningful representations.
CSimulatorPluginInfoList()
Default constructor.
CSimulatorPluginInfo findBySimulator(const swift::misc::simulation::CSimulatorInfo &simulator) const
Find by simulator.
bool supportsSimulator(const QString &simulator) const
Is simulator supported.
CSimulatorPluginInfo findByIdentifier(const QString &identifier) const
Find by identifier (unique)
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.