软件包: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.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libqt5core5t64 (>= 5.0.2)
- Qt 5 核心模块
-
- dep: libstdc++6 (>= 11)
- GNU 标准 C++ 库,第3版