![]() |
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 |
|
inline |
Definition at line 50 of file AGCar.h.
References associateTo(), createName(), getName(), and isAssociated().
| bool AGCar::associateTo | ( | AGAdult * | pers | ) |
|
private |
| std::string AGCar::getName | ( | ) | const |
| bool AGCar::isAssociated | ( | ) | const |
|
private |
Definition at line 60 of file AGCar.h.
Referenced by associateTo(), and isAssociated().