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 () |
bool | isAssociated () |
Private Member Functions | |
std::string | createName (int idHH, int idCar) |
Private Attributes | |
AGAdult * | currentUser |
std::string | idName |
AGCar::AGCar | ( | std::string | name | ) | [inline] |
AGCar::AGCar | ( | int | idHH, |
int | idCar | ||
) | [inline] |
bool AGCar::associateTo | ( | AGAdult * | pers | ) |
Definition at line 53 of file AGCar.cpp.
References currentUser.
std::string AGCar::createName | ( | int | idHH, |
int | idCar | ||
) | [private] |
std::string AGCar::getName | ( | ) |
Definition at line 62 of file AGCar.cpp.
References currentUser.
AGAdult* AGCar::currentUser [private] |
Definition at line 59 of file AGCar.h.
Referenced by associateTo(), and isAssociated().
std::string AGCar::idName [private] |