Autopysta
Loading...
Searching...
No Matches
Diccionario Struct Reference

Struct representing the dictionary. More...

#include <diccionario.h>

Public Attributes

Nodo ** Nodos
 Array of pointers to the nodes (key-value pairs) in the dictionary.
 
int tamano
 The total number of nodes in the dictionary.
 

Detailed Description

Struct representing the dictionary.

A dictionary contains an array of Nodo pointers and an integer representing its size.


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