EnigmaMachineCore 0.1.0
A modular Enigma Machine simulation in C++20
Loading...
Searching...
No Matches
Classes
Reflector.hpp File Reference

Header file for the Reflector class. More...

#include "EnigmaMachineConfig.hpp"
#include "Transformer.hpp"
+ Include dependency graph for Reflector.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Reflector
 Class representing a reflector in the Enigma machine. This class inherits from the Transformer class and implements the functionality for transforming positions based on the reflector's transformation lookup table (LUT). Reflectors do not rotate, so the rotate function always returns 0. More...
 

Detailed Description

Header file for the Reflector class.

Definition in file Reflector.hpp.