|
SUMO - Simulation of Urban MObility
|
#include <AGCar.h>
Public Member Functions | |
| AGCar (std::string name) | |
| AGCar (int idHH, int idCar) | |
| bool | associateTo (AGAdult *pers) |
| std::string | getName () const |
| bool | isAssociated () const |
Private Member Functions | |
| std::string | createName (int idHH, int idCar) |
Private Attributes | |
| AGAdult * | currentUser |
| std::string | idName |
Definition at line 53 of file AGCar.cpp.
References currentUser.
| bool AGCar::isAssociated | ( | ) | const |
Definition at line 62 of file AGCar.cpp.
References currentUser.
|
private |
Definition at line 59 of file AGCar.h.
Referenced by associateTo(), and isAssociated().