|
libenigma
Enigma machine utility library
|
A structure representing a list of scored Enigma configurations. More...
#include <score.h>
Data Fields | |
| EnigmaScore * | scores |
| An array of EnigmaScore structs. | |
| int | score_count |
| The number of scores in the array. | |
| int | max_scores |
| The maximum number of scores that can be stored in the array. | |
A structure representing a list of scored Enigma configurations.
| int max_scores |
The maximum number of scores that can be stored in the array.
| int score_count |
The number of scores in the array.
| EnigmaScore* scores |
An array of EnigmaScore structs.