FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
business_logic::elements::structures::BlocksConnectionSide Struct Reference

A side of a connection between two ports. More...

#include <BlocksConnectionSide.h>

+ Collaboration diagram for business_logic::elements::structures::BlocksConnectionSide:

Public Member Functions

bool operator== (const BlocksConnectionSide &other) const
 Equality operator.
 

Public Attributes

business_logic::elements::blocks::BaseBlockblock
 The block.
 
const business_logic::elements::structures::Portport
 The port.
 

Detailed Description

A side of a connection between two ports.

Definition at line 22 of file BlocksConnectionSide.h.

Member Function Documentation

◆ operator==()

bool business_logic::elements::structures::BlocksConnectionSide::operator== ( const BlocksConnectionSide other) const
inline

Equality operator.

The equality operator is required for std unordered containers.

Parameters
otherThe other side
Returns
True if the sides are equal, false otherwise

Definition at line 40 of file BlocksConnectionSide.h.

References block, and port.

Member Data Documentation

◆ block

◆ port


The documentation for this struct was generated from the following file: