FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
BlockType.h File Reference
#include <cstdint>
+ Include dependency graph for BlockType.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Enumerations

enum class  business_logic::elements::blocks::BlockType : std::uint8_t {
  business_logic::elements::blocks::Constant , business_logic::elements::blocks::Subtract , business_logic::elements::blocks::Divide , business_logic::elements::blocks::Multiply ,
  business_logic::elements::blocks::Add , business_logic::elements::blocks::Power , business_logic::elements::blocks::Invert , business_logic::elements::blocks::Monitor
}
 The available block types. More...