6 #ifndef SWIFT_MISC_DB_DBINFOLIST_H
7 #define SWIFT_MISC_DB_DBINFOLIST_H
9 #include <initializer_list>
20 namespace swift::misc::db
39 CDbInfo findFirstByEntityOrDefault(swift::misc::network::CEntityFlags::Entity entity)
const;
42 static CDbInfoList fromDatabaseJson(
const QJsonArray &array);
Generic ordered container with value semantics.
Generic sequential container with value semantics.
CSequence()=default
Default constructor.
Info about the latest models.
Value object encapsulating a list of info objects.
List of objects read from database. Such objects should implement.
#define SWIFT_DECLARE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template declaration of mixins for a CSequence subclass to be placed near the top of the hea...
#define SWIFT_MISC_EXPORT
Export a class or function from the library.