#include <structs.h>
Collaboration diagram for listaselect:
Public Member Functions | |
listaselect () | |
~listaselect () | |
bool | agregar (char *nom, int i=-1) |
nodoselect * | operator[] (int i) |
bool | buscar (char *aux) |
nodoselect * | find (char *aux) |
bool | borrar (char *name) |
Public Attributes | |
nodoselect * | nodos |
Definition at line 90 of file structs.h.
|
Definition at line 254 of file structs.cpp. References nodos. |
|
Definition at line 124 of file structs.cpp. References nodoselect::next, and nodos. |
|
Definition at line 203 of file structs.cpp. References nodoselect::indice, nodoselect::next, nodos, and nodoselect::nombre. Referenced by compilador::an_COMPUTO(), compilador::an_INSERT(), compilador::an_SELECT(), and compilador::an_UPDATE(). |
|
Definition at line 160 of file structs.cpp. References nodoselect::next, nodos, and nodoselect::nombre. Referenced by ejecutor::seleccionar(). |
|
Definition at line 135 of file structs.cpp. References nodoselect::next, nodos, and nodoselect::nombre. Referenced by compilador::an_INSERT(). |
|
Definition at line 148 of file structs.cpp. References nodoselect::next, nodos, and nodoselect::nombre. Referenced by compilador::an_COMPUTO(), compilador::an_UPDATE(), and ejecutor::cargar(). |
|
Definition at line 190 of file structs.cpp. References nodoselect::indice, nodoselect::next, and nodos. |
|
Definition at line 94 of file structs.h. Referenced by agregar(), compilador::an_SELECT(), borrar(), buscar(), find(), listaselect(), ejecutor::modificar(), operator[](), ejecutor::seleccionar(), and ~listaselect(). |