|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include <memory>#include <unordered_map>#include <unordered_set>#include <vector>#include "elements/blocks/structures/BlocksConnectionSide.h"
Include dependency graph for IBlocksRegistryDelegate.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | business_logic::calculations::delegate::IBlocksRegistryDelegate |
| The delegate for the blocks registry, allowing to get connections and blocks. More... | |
Namespaces | |
| namespace | business_logic |
| The business logic module. | |
| namespace | business_logic::calculations |
| Utilities regarding calculation of values for the calculator itself. | |
| namespace | business_logic::calculations::delegate |
| Calculations delegates, used for other classes to access an exposed subset of functionalities from the business_logic::calculations module classes. | |