|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include "elements/blocks/BaseBlock.h"#include "logging/Loggable.h"#include "typenames.h"#include "utils/misc.h"
Include dependency graph for AddBlock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | business_logic::elements::blocks::AddBlock |
| A block that adds two input values together and outputs their sum. More... | |
Namespaces | |
| namespace | business_logic |
| The business logic module. | |
| namespace | business_logic::elements |
| The elements (i.e., renderable entities constituting for the calculator) module. | |
| namespace | business_logic::elements::blocks |
| The base classes and structs for elements. | |