|
Autopysta
|
Struct representing a node in the dictionary. More...
#include <diccionario.h>
Public Attributes | |
| const char * | nombre |
| Key associated with the node. | |
| double | valor |
| Value associated with the node's key. | |
Struct representing a node in the dictionary.
Each node contains a key (nombre) and its corresponding value (valor).