libenigma
Enigma machine utility library
Loading...
Searching...
No Matches
EnigmaScoreList Struct Reference

A structure representing a list of scored Enigma configurations. More...

#include <score.h>

Data Fields

EnigmaScorescores
 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.
 

Detailed Description

A structure representing a list of scored Enigma configurations.

Field Documentation

◆ max_scores

int max_scores

The maximum number of scores that can be stored in the array.

◆ score_count

int score_count

The number of scores in the array.

◆ scores

EnigmaScore* scores

An array of EnigmaScore structs.


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