|
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 |
| bool AGCar::associateTo | ( | AGAdult * | pers | ) |
Definition at line 54 of file AGCar.cpp.
References currentUser.
|
private |
| bool AGCar::isAssociated | ( | ) | const |
Definition at line 63 of file AGCar.cpp.
References currentUser.
|
private |
Definition at line 60 of file AGCar.h.
Referenced by associateTo(), and isAssociated().