8 namespace swift::misc::network
Generic sequential container with value semantics.
CSequence findBy(Predicate p) const
Return a copy containing only those elements for which a given predicate returns true.
Value object for a raw FSD message.
bool containsString(const QString &str) const
Does the raw message contain str?
bool isPacketType(const QString &type) const
Returns true if the raw message is from the given PDU packet type.
Value object encapsulating a list raw FSD messages.
CRawFsdMessageList()
Default constructor.
CRawFsdMessageList findByPacketType(const QString &type) const
Find by a given list of raw messages which are type.
CRawFsdMessageList findByContainsString(const QString &str) const
Find by a given list of models by strings.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.