#include <indicedigital.h>
Public Member Functions | |
digital (char *n) | |
~digital () | |
long | buscar (char *valor) |
bool | insertar (char *valor, long dirdis) |
bool | borrar (char *valor) |
void | crear () |
Private Attributes | |
char * | nombre |
Definition at line 8 of file indicedigital.h.
|
Definition at line 13 of file indicedigital.cpp. References nombre, and tries::ref. |
|
Definition at line 29 of file indicedigital.cpp. References nombre. |
|
Definition at line 123 of file indicedigital.cpp. References tries::disco, ltoa(), nombre, and tries::prox. Referenced by ejecutor::eliminar(). Here is the call graph for this function: ![]() |
|
Definition at line 88 of file indicedigital.cpp. References tries::disco, itoa(), nombre, and tries::prox. Referenced by ejecutor::cargar(), insertar(), and ejecutor::seleccionar(). Here is the call graph for this function: ![]() |
|
Definition at line 35 of file indicedigital.cpp. References nombre, and tries::ref. Referenced by ejecutor::fpack(). |
|
Definition at line 45 of file indicedigital.cpp. References buscar(), tries::disco, itoa(), nombre, tries::prox, and tries::ref. Referenced by ejecutor::cargar(), and ejecutor::fpack(). Here is the call graph for this function: ![]() |
|
Definition at line 10 of file indicedigital.h. Referenced by borrar(), buscar(), crear(), digital(), insertar(), and ~digital(). |