|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Types | |
| enum | Tipo_Via { AUTOPISTA , CARRETERA1 , CARRETERA2 , CARRETERA3 , GRANZON , CHALANA , DESCONOCIDO , AUTOPISTA , CARRETERA1 , CARRETERA2 , CARRETERA3 , GRANZON , CHALANA , DESCONOCIDO } |
| enum | Tipo_Via { AUTOPISTA , CARRETERA1 , CARRETERA2 , CARRETERA3 , GRANZON , CHALANA , DESCONOCIDO , AUTOPISTA , CARRETERA1 , CARRETERA2 , CARRETERA3 , GRANZON , CHALANA , DESCONOCIDO } |
| typedef int | Distance_Type |
| typedef int | Distance_Type |
Public Member Functions | |
| Via () | |
| Via (int d) | |
| Via (char *nom, int d) | |
| Via (const string &nom, int d) | |
| Distance_Type & | get_distance () |
| Via () | |
| Via (int d) | |
| Via (char *nom, int d) | |
| Via (const string &nom, int d) | |
| Distance_Type & | get_distance () |
Public Attributes | |
| string | nombre |
| int | distancia |
| Tipo_Via | tipo |
Static Public Attributes | |
| static const Distance_Type | Zero_Distance = 0 |
| static constexpr Distance_Type | Zero_Distance = 0 |
Definition at line 65 of file test_gen_tree.C.
Definition at line 85 of file test_gen_tree.C.
Definition at line 86 of file test_search_deway.C.
| Enumerator | |
|---|---|
| AUTOPISTA | |
| CARRETERA1 | |
| CARRETERA2 | |
| CARRETERA3 | |
| GRANZON | |
| CHALANA | |
| DESCONOCIDO | |
| AUTOPISTA | |
| CARRETERA1 | |
| CARRETERA2 | |
| CARRETERA3 | |
| GRANZON | |
| CHALANA | |
| DESCONOCIDO | |
Definition at line 67 of file test_gen_tree.C.
| Enumerator | |
|---|---|
| AUTOPISTA | |
| CARRETERA1 | |
| CARRETERA2 | |
| CARRETERA3 | |
| GRANZON | |
| CHALANA | |
| DESCONOCIDO | |
| AUTOPISTA | |
| CARRETERA1 | |
| CARRETERA2 | |
| CARRETERA3 | |
| GRANZON | |
| CHALANA | |
| DESCONOCIDO | |
Definition at line 68 of file test_search_deway.C.
|
inline |
Definition at line 74 of file test_gen_tree.C.
|
inline |
Definition at line 76 of file test_gen_tree.C.
Definition at line 79 of file test_gen_tree.C.
Definition at line 82 of file test_gen_tree.C.
|
inline |
Definition at line 75 of file test_search_deway.C.
|
inline |
Definition at line 77 of file test_search_deway.C.
Definition at line 80 of file test_search_deway.C.
Definition at line 83 of file test_search_deway.C.
|
inline |
Definition at line 87 of file test_gen_tree.C.
References distancia.
|
inline |
Definition at line 88 of file test_search_deway.C.
References distancia.
| int Via::distancia |
Definition at line 71 of file test_gen_tree.C.
Referenced by get_distance().
| string Via::nombre |
Definition at line 70 of file test_gen_tree.C.
| Tipo_Via Via::tipo |
Definition at line 72 of file test_gen_tree.C.
|
static |
Definition at line 89 of file test_gen_tree.C.
|
staticconstexpr |
Definition at line 90 of file test_search_deway.C.