パッケージ: libinjeqt1 (1.1.0-1.1 など)
Dependency injection framework for Qt
Dependency injection is an implementation of inverse of control and can be used to increase program modularity and extendability. In general it also results in more testable source code.
There is a lot of dependency injection frameworks for bytecode based languages like Java and C#, for instance Guice and Spring. C++ lacks reflection facilities that make dependency injection so powerful in these languages.
Injeqt is an attempt to build a powerful and reliable dependency injection framework on Qt's reflection based on MOC (meta-object compiler). For version 0.1 some basic features were implemented.
This package contains the library.
その他の libinjeqt1 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libqt5core5t64 (>= 5.15.1)
- Qt 5 コアモジュール
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3