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

Go to the source code of this file.

Classes

struct  business_logic::elements::structures::BlocksConnectionSide
 A side of a connection between two ports. More...
 
struct  std::hash< business_logic::elements::structures::BlocksConnectionSide >
 The hash function is required for std unordered containers. 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.
 
namespace  business_logic::elements::structures
 Abstract structures that constitute for the calculator GUI and are logical models of the rendered entities.
 
namespace  std
 STL namespace.
 

Typedefs

using business_logic::elements::structures::PortsConnection = std::pair< BlocksConnectionSide, BlocksConnectionSide >