|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Nodo () | |
| Nodo (const string &str) | |
| Nodo (const char *str) | |
| bool | operator== (const Nodo &der) const |
Public Attributes | |
| string | nombre |
Definition at line 302 of file write_floyd.C.
|
inline |
Definition at line 306 of file write_floyd.C.
|
inline |
Definition at line 308 of file write_floyd.C.
Definition at line 310 of file write_floyd.C.
Definition at line 312 of file write_floyd.C.
References Aleph::maps(), and nombre.
| string Nodo::nombre |
Definition at line 304 of file write_floyd.C.
Referenced by operator==().